forked from AuroraMiddleware/gtk
Use a conditional to see whether to link $(GNOME_LIBS) or not.
1999-12-12 Federico Mena Quintero <federico@redhat.com> * gdk-pixbuf/Makefile.am (libgdk_pixbuf_la_LDFLAGS): Use a conditional to see whether to link $(GNOME_LIBS) or not.
This commit is contained in:
parent
6c33d4dcec
commit
f66ae10389
@ -79,7 +79,13 @@ libgdk_pixbuf_la_SOURCES = \
|
||||
gdk-pixbuf-util.c \
|
||||
$(CANVAS_SOURCEFILES)
|
||||
|
||||
libgdk_pixbuf_la_LDFLAGS = -version-info 1:0:0
|
||||
if INSIDE_GNOME_LIBS
|
||||
EXTRA_GNOME_LIBS = ""
|
||||
else
|
||||
EXTRA_GNOME_LIBS = $(GNOME_LIBS)
|
||||
endif
|
||||
|
||||
libgdk_pixbuf_la_LDFLAGS = -version-info 1:0:0 $(EXTRA_GNOME_LIBS)
|
||||
|
||||
libgdk_pixbufinclude_HEADERS = \
|
||||
gdk-pixbuf.h \
|
||||
|
Loading…
Reference in New Issue
Block a user