summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@redhat.com>1999-10-18 18:47:17 +0000
committerArturo Espinosa <unammx@src.gnome.org>1999-10-18 18:47:17 +0000
commitda95365f931d235937f241be7c4b5d74ff7d4f58 (patch)
treee102d2fec5b6579330e2db21769b789e10d1f568
parent018d098240567972205f0ade11c8cdc8eb5a91c1 (diff)
downloadgdk-pixbuf-da95365f931d235937f241be7c4b5d74ff7d4f58.tar.gz
Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they
1999-10-18 Federico Mena Quintero <federico@redhat.com> * configure.in: Use $GTK_LIBS as the extra libs when checking for libgif/libungif, as they need the X libraries. Fixes bug #2472.
-rw-r--r--gdk-pixbuf/ChangeLog5
-rw-r--r--gdk-pixbuf/Makefile.am2
2 files changed, 5 insertions, 2 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index a07c218f4..acc61ea62 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,8 @@
+1999-10-18 Federico Mena Quintero <federico@redhat.com>
+
+ * configure.in: Use $GTK_LIBS as the extra libs when checking for
+ libgif/libungif, as they need the X libraries. Fixes bug #2472.
+
1999-10-10 Cody Russell <bratsche@dfw.net>
* src/gdk-pixbuf-drawable.c: core function now determines whether
the requested geometry is on screen or not, and if some is not
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am
index 329e648e5..59df1e084 100644
--- a/gdk-pixbuf/Makefile.am
+++ b/gdk-pixbuf/Makefile.am
@@ -44,13 +44,11 @@ testpixbuf_LDADD = $(LDADDS)
libgdk_pixbufincludedir = $(includedir)/gdk-pixbuf
libgdk_pixbuf_la_SOURCES = \
-# gdk-pixbuf-drawable.c \
gdk-pixbuf.c \
gdk-pixbuf-io.c \
gdk-pixbuf-data.c
libgdk_pixbufinclude_HEADERS = \
-# gdk-pixbuf-drawable.h \
gdk-pixbuf.h \
gdk-pixbuf-io.h