mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnc-module/test/mod-bar/Makefile.am
(CFLAGS): add GUILE_INCS. * src/gnc-module/test/mod-bar/Makefile.am (CFLAGS): move INCLUDES bits to CFLAGS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5540 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a06c60eb7a
commit
5feccb0e82
@ -1,6 +1,9 @@
|
|||||||
CFLAGS=@CFLAGS@ ${GLIB_CFLAGS} ${G_WRAP_COMPILE_ARGS}
|
CFLAGS = \
|
||||||
|
@CFLAGS@ \
|
||||||
INCLUDES=-I${top_srcdir}/src/gnc-module
|
-I../.. \
|
||||||
|
${G_WRAP_COMPILE_ARGS} \
|
||||||
|
${GUILE_INCS} \
|
||||||
|
${GLIB_CFLAGS}
|
||||||
|
|
||||||
checklibdir=${PWD}
|
checklibdir=${PWD}
|
||||||
checklib_LTLIBRARIES = libbar.la libgncmodbar.la
|
checklib_LTLIBRARIES = libbar.la libgncmodbar.la
|
||||||
|
Loading…
Reference in New Issue
Block a user