Files
gnucash/common/debug/valgrind/Makefile.am
Geert Janssens 83d14e1c1c Restructure the src directory
It is split into
- /libgnucash (for the non-gui bits)
- /gnucash (for the gui)
- /common (misc source files used by both)
- /bindings (currently only holds python bindings)

This is the first step in restructuring the code. It will need much
more fine tuning later on.
2017-08-10 18:45:00 +02:00

11 lines
210 B
Makefile

EXTRA_DIST = \
valgrind-gdk.supp \
valgrind-glib.supp \
valgrind-gnucash.supp \
valgrind-libfontconfig.supp \
valgrind-libgda.supp \
valgrind-libguile.supp \
valgrind-x11.supp \
CMakeLists.txt