forked from AuroraMiddleware/gtk
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:
parent
0f5c8e857c
commit
8a02827e39
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user