mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
17fade3173
* Lots of testing, fine tuning and other bits too.
19 lines
291 B
Makefile
19 lines
291 B
Makefile
|
|
VALGRIND_CONTRIB = \
|
|
valgrind.h \
|
|
memcheck.h
|
|
|
|
SUPPRESSIONS = \
|
|
gcrypt.supp \
|
|
glib.supp \
|
|
pthread.supp \
|
|
unknown.supp
|
|
|
|
valgrind-suppressions: $(SUPPRESSIONS)
|
|
$(AM_V_GEN) cat $(SUPPRESSIONS) > $@
|
|
|
|
EXTRA_DIST = \
|
|
$(VALGRIND_CONTRIB) \
|
|
$(SUPPRESSIONS)
|
|
|
|
all-local: valgrind-suppressions |