summaryrefslogtreecommitdiff
path: root/contrib/gdk-pixbuf-xlib
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-01-08 16:42:47 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-01-08 16:42:47 +0000
commitd936beb3bee9480eac062509ee4fee405927672a (patch)
treeca447aedc21713e0bd054ae9255fea0e3f22e4ba /contrib/gdk-pixbuf-xlib
parent49bb8dfa19e2de3b19cdf927aa42b54450c8c359 (diff)
downloadgdk-pixbuf-d936beb3bee9480eac062509ee4fee405927672a.tar.gz
Add @x_cflags@ (#36310)
Mon Jan 8 11:41:41 2001 Owen Taylor <otaylor@redhat.com> * Makefile.am (INCLUDES): Add @x_cflags@ (#36310)
Diffstat (limited to 'contrib/gdk-pixbuf-xlib')
-rw-r--r--contrib/gdk-pixbuf-xlib/ChangeLog4
-rw-r--r--contrib/gdk-pixbuf-xlib/Makefile.am10
2 files changed, 9 insertions, 5 deletions
diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog
index f22b2c31f..35b53e115 100644
--- a/contrib/gdk-pixbuf-xlib/ChangeLog
+++ b/contrib/gdk-pixbuf-xlib/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jan 8 11:41:41 2001 Owen Taylor <otaylor@redhat.com>
+
+ * Makefile.am (INCLUDES): Add @x_cflags@
+
2001-01-02 Havoc Pennington <hp@redhat.com>
* gdk-pixbuf-xlib-2.0.pc.in (Description): fix up description a bit.
diff --git a/contrib/gdk-pixbuf-xlib/Makefile.am b/contrib/gdk-pixbuf-xlib/Makefile.am
index c9f1824a7..3f8f74ec0 100644
--- a/contrib/gdk-pixbuf-xlib/Makefile.am
+++ b/contrib/gdk-pixbuf-xlib/Makefile.am
@@ -1,11 +1,11 @@
lib_LTLIBRARIES=libgdk_pixbuf_xlib-1.3.la
-INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
- -I$(top_srcdir)/gdk-pixbuf \
- -I$(top_srcdir)/contrib \
- $(GLIB_CFLAGS)
-
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
+ -I$(top_srcdir)/gdk-pixbuf \
+ -I$(top_srcdir)/contrib \
+ $(GLIB_CFLAGS) \
+ @x_cflags@
LDADDS = @STRIP_BEGIN@ \
@x_ldflags@ \
@x_libs@ \