* gdk-pixbuf/Makefile.am (INCLUDES): Add .
This commit is contained in:
Karl Eichwalder 2000-04-17 11:43:25 +00:00
parent 4fe58c01f9
commit 9f4c947028
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-04-17 Karl Eichwalder <ke@suse.de>
* gdk-pixbuf/Makefile.am (INCLUDES): Add $(GNOME_CFLAGS).
Reported by Jens Finke.
2000-04-14 Tomasz K³opczko <kloczek@pld.org.pl>
* gdk-pixbuf/pixops/makefile.am: $(LIBART_CFLAGS) replaced by

View File

@ -144,7 +144,7 @@ DEPS = libgdk_pixbuf.la
INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
-I$(top_srcdir)/gdk-pixbuf \
-I$(top_builddir)/gdk-pixbuf \
$(GLIB_CFLAGS) $(GTK_CFLAGS)
$(GLIB_CFLAGS) $(GTK_CFLAGS) $(GNOME_CFLAGS)
AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\""
LDADDS = libgdk_pixbuf.la $(GLIB_LIBS) $(GTK_LIBS) $(STATIC_LIB_DEPS)