* src/gnome-search/Makefile.am: add GDK_PIXBUF_CFLAGS because

it is pulled in by gtkhtml, which is pulled in from window-help.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7624 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2002-12-05 21:40:28 +00:00
parent 235248a0f4
commit 998298e25f
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-12-05 Derek Atkins <derek@ihtfp.com>
* src/gnome-search/Makefile.am: add GDK_PIXBUF_CFLAGS because
it is pulled in by gtkhtml, which is pulled in from window-help.
2002-12-04 David Hampton <hampton@employees.org>
* src/quotes/finance-quote-helper.in (schemify_quote): Allow stock

View File

@@ -11,6 +11,7 @@ AM_CFLAGS = \
${G_WRAP_COMPILE_ARGS} \
${GUILE_INCS} \
${GTKHTML_CFLAGS} \
${GDK_PIXBUF_CFLAGS} \
${GLADE_CFLAGS} \
${GNOME_INCLUDEDIR} \
${GLIB_CFLAGS}