diff options
author | Federico Mena Quintero <federico@redhat.com> | 1999-12-06 00:22:29 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-06 00:22:29 +0000 |
commit | 8a02827e39a4ab64c168f52fcef251569943a1ee (patch) | |
tree | 3633f086a888a35ed3eddb482a425be3e77808ca /gdk-pixbuf/Makefile.am | |
parent | 0f5c8e857c395dbcf0acec0791ee6910d92c400b (diff) | |
download | gtk+-8a02827e39a4ab64c168f52fcef251569943a1ee.tar.gz |
Add back $(GNOME_LIBS). This must compile outside of gnome-libs. If you
1999-12-05 Federico Mena Quintero <federico@redhat.com>
* gdk-pixbuf/Makefile.am (testpixbuf_LDADD): Add back
$(GNOME_LIBS). This must compile outside of gnome-libs. If you
want, send me a patch to do the conditional stuff properly.
Otherwise, please read the GNOME Programming Guidelines,
especially the "CVS policies" section.
Diffstat (limited to 'gdk-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 99b21de3b9..e17bfb5cb9 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -48,8 +48,7 @@ AM_CPPFLAGS = "-DPIXBUF_LIBDIR=\"$(libexecdir)\"" LDADDS = libgdk_pixbuf.la $(LIBART_LIBS) $(GLIB_LIBS) $(GTK_LIBS) -testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) \ - -lgmodule +testpixbuf_LDADD = $(LDADDS) $(LIBART_LIBS) $(GNOME_LIBS) -lgmodule #testpixbuf_drawable_LDADD = $(LDADDS) $(GNOME_LIBS) |