libsecret/build/Makefile.am
2012-02-03 20:44:47 +01:00

23 lines
339 B
Makefile

include $(top_srcdir)/Makefile.decl
VALGRIND_CONTRIB = \
valgrind.h \
memcheck.h \
$(NULL)
SUPPRESSIONS = \
gcrypt.supp \
glib.supp \
pthread.supp \
unknown.supp \
$(NULL)
valgrind-suppressions: $(SUPPRESSIONS)
$(AM_V_GEN) cat $(SUPPRESSIONS) > $@
EXTRA_DIST = \
valgrind \
$(SUPPRESSIONS)
all-local: valgrind-suppressions