Valgrind integration, refactor build process
[platform/upstream/libsecret.git] / build / Makefile.am
1
2 VALGRIND_CONTRIB = \
3         valgrind.h \
4         memcheck.h
5
6 SUPPRESSIONS = \
7         gcrypt.supp \
8         glib.supp \
9         pthread.supp \
10         unknown.supp
11
12 valgrind-built.supp: $(SUPPRESSIONS)
13         $(AM_V_GEN) cat $(SUPPRESSIONS) > $@
14
15 EXTRA_DIST = \
16         $(VALGRIND_CONTRIB) \
17         $(SUPPRESSIONS)
18
19 all-local: valgrind-built.supp