summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-02-02 13:40:47 +0100
committerStef Walter <stefw@gnome.org>2012-02-03 20:44:47 +0100
commit9c20c4d65ea0e95ee589f50fe66bb4fb13bc5b03 (patch)
tree8651c2f52d37dd1510043170ea8133fc936c9e04 /build
parent46137f865bfcd131c82c4b2742e79f43e25a6c84 (diff)
downloadlibsecret-9c20c4d65ea0e95ee589f50fe66bb4fb13bc5b03.tar.gz
Initial gobject-introspection support
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index 52eb08c..f1cc400 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -1,19 +1,22 @@
+include $(top_srcdir)/Makefile.decl
VALGRIND_CONTRIB = \
valgrind.h \
- memcheck.h
+ memcheck.h \
+ $(NULL)
SUPPRESSIONS = \
gcrypt.supp \
glib.supp \
pthread.supp \
- unknown.supp
+ unknown.supp \
+ $(NULL)
valgrind-suppressions: $(SUPPRESSIONS)
$(AM_V_GEN) cat $(SUPPRESSIONS) > $@
EXTRA_DIST = \
- $(VALGRIND_CONTRIB) \
+ valgrind \
$(SUPPRESSIONS)
-all-local: valgrind-suppressions \ No newline at end of file
+all-local: valgrind-suppressions