mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
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.)
This commit is contained in:
parent
191e83b32a
commit
d69aa7e9c1
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user