mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
link pixbuf engine against the gtk+ libraries, so that it can be used with
2002-03-07 James Henstridge <james@daa.com.au> * Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against the gtk+ libraries, so that it can be used with programs that dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting languages and mozilla).
This commit is contained in:
parent
03499d1e35
commit
9d16a01cfb
@ -1,3 +1,10 @@
|
||||
2002-03-07 James Henstridge <james@daa.com.au>
|
||||
|
||||
* Makefile.am (libpixmap_la_LIBADD): link pixbuf engine against
|
||||
the gtk+ libraries, so that it can be used with programs that
|
||||
dlopen gtk+ without the RTLD_GLOBAL flag (such as scripting
|
||||
languages and mozilla).
|
||||
|
||||
Thu Feb 7 00:21:21 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* pixbuf-render.c (pixbuf_render): Add gradient
|
||||
|
@ -14,6 +14,7 @@ libpixmap_la_SOURCES = \
|
||||
pixbuf.h
|
||||
|
||||
libpixmap_la_LDFLAGS = -avoid-version -module
|
||||
libpixmap_la_LIBADD = $(GTK_LIBS)
|
||||
|
||||
dist-hook:
|
||||
cp -pr examples $(distdir); \
|
||||
|
Loading…
Reference in New Issue
Block a user