mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
$(LIBART_CFLAGS) replaced by $(GTK_CFLAGS) - now gdk-pixbuf compiles
2000-04-14 Tomasz Kopczko <kloczek@pld.org.pl> * gdk-pixbuf/pixops/makefile.am: $(LIBART_CFLAGS) replaced by $(GTK_CFLAGS) - now gdk-pixbuf compiles correctly.
This commit is contained in:
parent
a61a5ffe80
commit
c1592ab52b
@ -1,3 +1,8 @@
|
||||
2000-04-14 Tomasz K³opczko <kloczek@pld.org.pl>
|
||||
|
||||
* gdk-pixbuf/pixops/makefile.am: $(LIBART_CFLAGS) replaced by
|
||||
$(GTK_CFLAGS) - now gdk-pixbuf compiles correctly.
|
||||
|
||||
2000-04-13 James Henstridge <james@daa.com.au>
|
||||
|
||||
* configure.in: when performing the configure check to see if
|
||||
|
@ -1,6 +1,6 @@
|
||||
noinst_LTLIBRARIES = libpixops.la
|
||||
|
||||
INCLUDES = $(GLIB_CFLAGS) $(LIBART_CFLAGS) -I$(top_srcdir)/gdk-pixbuf
|
||||
INCLUDES = $(GLIB_CFLAGS) $(GTK_CFLAGS) -I$(top_srcdir)/gdk-pixbuf
|
||||
|
||||
noinst_PROGRAMS = timescale
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user