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.
This commit is contained in:
Geert Janssens
2017-08-10 13:56:00 +02:00
parent ffc640bada
commit 83d14e1c1c
1984 changed files with 4406 additions and 4271 deletions

View File

@@ -0,0 +1,11 @@
SET(valgrind_FILES
valgrind-gdk.supp
valgrind-glib.supp
valgrind-gnucash.supp
valgrind-libfontconfig.supp
valgrind-libgda.supp
valgrind-libguile.supp
valgrind-x11.supp
)
SET_DIST_LIST(valgrind_DIST CMakeLists.txt Makefile.am ${valgrind_FILES})