mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add libglade cflags, libs
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6297 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
e1b29bd8de
commit
d50da12741
@ -9,6 +9,7 @@ AM_CFLAGS = \
|
||||
-I${top_srcdir}/src/app-file \
|
||||
${GUILE_INCS} \
|
||||
${G_WRAP_COMPILE_ARGS} \
|
||||
${GLADE_CFLAGS} \
|
||||
${GLIB_CFLAGS} \
|
||||
${GNOME_INCLUDEDIR} \
|
||||
${GNOME_PRINT_CFLAGS}
|
||||
@ -25,6 +26,7 @@ libgncmod_report_gnome_la_LDFLAGS = -module
|
||||
|
||||
libgncmod_report_gnome_la_LIBADD = \
|
||||
${top_srcdir}/src/gnc-module/libgncmodule.la \
|
||||
${GLADE_LIBS} \
|
||||
${GUILE_LIBS} \
|
||||
${GNOME_LIBDIR} \
|
||||
${GNOMEUI_LIBS} \
|
||||
|
Loading…
Reference in New Issue
Block a user