]> Pileus Git - ~andy/gtk/commitdiff
Add .
authorKarl Eichwalder <ke@src.gnome.org>
Mon, 17 Apr 2000 11:43:25 +0000 (11:43 +0000)
committerKarl Eichwalder <ke@src.gnome.org>
Mon, 17 Apr 2000 11:43:25 +0000 (11:43 +0000)
* gdk-pixbuf/Makefile.am (INCLUDES): Add .

gdk-pixbuf/ChangeLog
gdk-pixbuf/Makefile.am

index 0f6b132c0035a46d577411f58674157cca544188..7e7c33a55282ddeb559532a74e05b5200cc27a90 100644 (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 
index 8cac5be34d64dfdefa1479dd3701c9b26d345b14..35db1b7f3d639822acd5e99441354fb11cda89ea 100644 (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)