summaryrefslogtreecommitdiff
path: root/vala/Makefile.am
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-12-03 12:39:23 +0100
committerLuca Bruno <lucabru@src.gnome.org>2014-12-03 12:46:10 +0100
commit44af0246c480b9421f391dd71376298b43a99e2a (patch)
tree7e76d2a3f547aaa5270463c32ea0b59c817aaa06 /vala/Makefile.am
parentdb1ab49336bee30258561682f780fdeefa598f58 (diff)
downloadvala-44af0246c480b9421f391dd71376298b43a99e2a.tar.gz
Warn about unused attributes
This may not be the best approach, but it's a start
Diffstat (limited to 'vala/Makefile.am')
-rw-r--r--vala/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/vala/Makefile.am b/vala/Makefile.am
index c7fbc0e4e..a5a99d173 100644
--- a/vala/Makefile.am
+++ b/vala/Makefile.am
@@ -156,6 +156,7 @@ libvalacore_la_VALASOURCES = \
valaunlockstatement.vala \
valaunresolvedsymbol.vala \
valaunresolvedtype.vala \
+ valausedattr.vala \
valausingdirective.vala \
valavaluetype.vala \
valavariable.vala \