forked from AuroraMiddleware/gtk
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:
parent
49bb8dfa19
commit
d936beb3be
@ -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.
|
||||
|
@ -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@ \
|
||||
|
Loading…
Reference in New Issue
Block a user