mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
625af3b4e7
commit
7278bd3da0
@ -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 \
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user