mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/gnc-module/test/Makefile.am
(CFLAGS): add GUILE_INCS. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5536 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
18084fb703
commit
cc755869ca
@ -1,7 +1,7 @@
|
||||
SUBDIRS = mod-foo mod-bar mod-baz misc-mods
|
||||
|
||||
LDADD = ../libgncmodule.la ${GLIB_LIBS} -lltdl
|
||||
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} -I../
|
||||
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} -I../ ${GUILE_INCS}
|
||||
|
||||
TESTS = \
|
||||
test-load-c \
|
||||
|
Loading…
Reference in New Issue
Block a user