diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-07-05 14:19:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-07-05 14:19:43 +0000 |
commit | d69aa7e9c1a07fc5188555038c2bffc4ee3ea24d (patch) | |
tree | 876cb1e02d3d503f5f82d780d02e4f944c469f90 /gdk-pixbuf | |
parent | 191e83b32a2d0c91a530c22f6c22af60fa08a4c1 (diff) | |
download | gtk+-d69aa7e9c1a07fc5188555038c2bffc4ee3ea24d.tar.gz |
Switch over to the new include flags AC_SUBST(). (Problem pointed out by
Thu Jul 5 10:17:15 2001 Owen Taylor <otaylor@redhat.com>
* pixops/Makefile.am (noinst_LTLIBRARIES): Switch
over to the new include flags AC_SUBST(). (Problem
pointed out by Mikael Hermansson.)
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 6 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/Makefile.am | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 104883850f..0f920e99a9 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,9 @@ +Thu Jul 5 10:17:15 2001 Owen Taylor <otaylor@redhat.com> + + * pixops/Makefile.am (noinst_LTLIBRARIES): Switch + over to the new include flags AC_SUBST(). (Problem + pointed out by Mikael Hermansson.) + 2001-06-29 Havoc Pennington <hp@redhat.com> * gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): fix for diff --git a/gdk-pixbuf/pixops/Makefile.am b/gdk-pixbuf/pixops/Makefile.am index 0c2a9bfa21..42c7d3aa1c 100644 --- a/gdk-pixbuf/pixops/Makefile.am +++ b/gdk-pixbuf/pixops/Makefile.am @@ -1,6 +1,12 @@ noinst_LTLIBRARIES = libpixops.la -INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir) -I$(top_srcdir)/gdk-pixbuf +INCLUDES = @STRIP_BEGIN@ \ + -I$(top_srcdir) -I$(top_builddir) \ + -I$(top_srcdir)/gdk-pixbuf \ + -I$(top_builddir)/gdk-pixbuf \ + @GTK_DEBUG_FLAGS@ \ + @GDK_PIXBUF_DEP_CFLAGS@ \ +@STRIP_END@ noinst_PROGRAMS = timescale |