Move splint-defs.h to src/debug.

It's only used for debugging. Note that the current splint-defs.h causes compilation errors due to redefinition of function declarations. These should be fixed when splint is to be run again.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18640 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-02-11 09:08:08 +00:00
parent 625af3b4e7
commit 7278bd3da0
3 changed files with 4 additions and 0 deletions

View File

@ -4,11 +4,13 @@ SUBDIRS = . test
pkglib_LTLIBRARIES = libgncmod-backend-dbi.la
# "${top_srcdir}/src/debug" below is for the splint header
AM_CFLAGS = \
-I.. -I../.. \
-DLOCALE_DIR=\""$(datadir)/locale"\" \
-I${top_srcdir}/src/backend \
-I${top_srcdir}/src/backend/sql \
-I${top_srcdir}/src/debug \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/core-utils \
-I${top_srcdir}/lib/libc \

View File

@ -3,10 +3,12 @@ SUBDIRS = . test
# Now a shared library AND a GModule
lib_LTLIBRARIES = libgnc-backend-sql.la
# "${top_srcdir}/src/debug" below is for the splint header
AM_CFLAGS = \
-I.. -I../.. \
-DLOCALE_DIR=\""$(datadir)/locale"\" \
-I${top_srcdir}/src/backend \
-I${top_srcdir}/src/debug \
-I${top_srcdir}/src/engine \
-I${top_srcdir}/src/core-utils\
-I${top_srcdir}/lib/libc\