mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Reorder libraries to build properly with separate GTKHTML and GUILE
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6383 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
a54f80d6da
commit
596dd309c3
@ -11,11 +11,11 @@ AM_CFLAGS = \
|
|||||||
-I${top_srcdir}/src/app-file \
|
-I${top_srcdir}/src/app-file \
|
||||||
${GLADE_CFLAGS} \
|
${GLADE_CFLAGS} \
|
||||||
${GUILE_INCS} \
|
${GUILE_INCS} \
|
||||||
|
${GTKHTML_CFLAGS} \
|
||||||
|
${GNOME_PRINT_CFLAGS} \
|
||||||
${G_WRAP_COMPILE_ARGS} \
|
${G_WRAP_COMPILE_ARGS} \
|
||||||
${GLADE_CFLAGS} \
|
|
||||||
${GLIB_CFLAGS} \
|
|
||||||
${GNOME_INCLUDEDIR} \
|
${GNOME_INCLUDEDIR} \
|
||||||
${GNOME_PRINT_CFLAGS}
|
${GLIB_CFLAGS}
|
||||||
|
|
||||||
libgncmod_report_gnome_la_SOURCES = \
|
libgncmod_report_gnome_la_SOURCES = \
|
||||||
dialog-column-view.c \
|
dialog-column-view.c \
|
||||||
@ -37,9 +37,9 @@ libgncmod_report_gnome_la_LIBADD = \
|
|||||||
${top_srcdir}/src/app-file/libgncmod-app-file.la \
|
${top_srcdir}/src/app-file/libgncmod-app-file.la \
|
||||||
${GLADE_LIBS} \
|
${GLADE_LIBS} \
|
||||||
${GUILE_LIBS} \
|
${GUILE_LIBS} \
|
||||||
|
${GNOME_PRINT_LIBS} \
|
||||||
${GNOME_LIBDIR} \
|
${GNOME_LIBDIR} \
|
||||||
${GNOMEUI_LIBS} \
|
${GNOMEUI_LIBS} \
|
||||||
${GNOME_PRINT_LIBS} \
|
|
||||||
${GLIB_LIBS}
|
${GLIB_LIBS}
|
||||||
|
|
||||||
libgw_report_gnome_la_SOURCES = gw-report-gnome.c
|
libgw_report_gnome_la_SOURCES = gw-report-gnome.c
|
||||||
|
Loading…
Reference in New Issue
Block a user