From d936beb3bee9480eac062509ee4fee405927672a Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 8 Jan 2001 16:42:47 +0000 Subject: [PATCH] Add @x_cflags@ (#36310) Mon Jan 8 11:41:41 2001 Owen Taylor * Makefile.am (INCLUDES): Add @x_cflags@ (#36310) --- contrib/gdk-pixbuf-xlib/ChangeLog | 4 ++++ contrib/gdk-pixbuf-xlib/Makefile.am | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog index f22b2c31f2..35b53e1150 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 + + * Makefile.am (INCLUDES): Add @x_cflags@ + 2001-01-02 Havoc Pennington * 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 c9f1824a73..3f8f74ec0c 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@ \