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.
This commit is contained in:
Federico Mena Quintero 1999-12-06 00:22:29 +00:00 committed by Arturo Espinosa
parent 0f5c8e857c
commit 8a02827e39
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
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.
1999-12-05 Jaka Mocnik <jaka.mocnik@kiss.uni-lj.si>
* gdk-pixbuf/Makefile.am: removed GNOME_LIBS from testpixbuf_LDADD.

View File

@ -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)