summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-02-02 14:14:58 +0100
committerStef Walter <stefw@gnome.org>2012-02-03 20:44:47 +0100
commit06e8436557795490d65d46ec2b313035ff928274 (patch)
tree4b64553cb87b898581b047d37d925769e1c0f51a /build
parent9c20c4d65ea0e95ee589f50fe66bb4fb13bc5b03 (diff)
downloadlibsecret-06e8436557795490d65d46ec2b313035ff928274.tar.gz
Build fixes for 'make distcheck'
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.am12
1 files changed, 8 insertions, 4 deletions
diff --git a/build/Makefile.am b/build/Makefile.am
index f1cc400..73a8b1b 100644
--- a/build/Makefile.am
+++ b/build/Makefile.am
@@ -6,10 +6,10 @@ VALGRIND_CONTRIB = \
$(NULL)
SUPPRESSIONS = \
- gcrypt.supp \
- glib.supp \
- pthread.supp \
- unknown.supp \
+ $(srcdir)/gcrypt.supp \
+ $(srcdir)/glib.supp \
+ $(srcdir)/pthread.supp \
+ $(srcdir)/unknown.supp \
$(NULL)
valgrind-suppressions: $(SUPPRESSIONS)
@@ -19,4 +19,8 @@ EXTRA_DIST = \
valgrind \
$(SUPPRESSIONS)
+CLEANFILES = \
+ valgrind-suppressions \
+ $(NULL)
+
all-local: valgrind-suppressions