mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Use proper qof CFLAGS/LDFLAGS since core-utils now uses qof
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18836 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e822188f65
commit
5fefa33c7b
@ -17,7 +17,8 @@ libgnc_core_utils_la_LIBADD = \
|
||||
${GUILE_LIBS} \
|
||||
${GLIB_LIBS} \
|
||||
${BINRELOC_LIBS} \
|
||||
${GCONF_LIBS}
|
||||
${GCONF_LIBS} \
|
||||
${QOF_LIBS}
|
||||
|
||||
noinst_HEADERS = \
|
||||
binreloc.h \
|
||||
@ -39,6 +40,7 @@ AM_CPPFLAGS = \
|
||||
${GUILE_INCS} \
|
||||
${GLIB_CFLAGS} \
|
||||
${GCONF_CFLAGS} \
|
||||
${QOF_CFLAGS} \
|
||||
-I${top_srcdir}/src/libqof/qof \
|
||||
-I${top_srcdir}/src
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user