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:
James Henstridge 2002-03-06 23:34:11 +00:00 committed by James Henstridge
parent 03499d1e35
commit 9d16a01cfb
2 changed files with 8 additions and 0 deletions

View File

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

View File

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