Add @x_cflags@ (#36310)

Mon Jan  8 11:41:41 2001  Owen Taylor  <otaylor@redhat.com>

	* Makefile.am (INCLUDES): Add @x_cflags@ (#36310)
This commit is contained in:
Owen Taylor 2001-01-08 16:42:47 +00:00 committed by Owen Taylor
parent 49bb8dfa19
commit d936beb3be
2 changed files with 9 additions and 5 deletions

View File

@ -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.

View File

@ -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@ \