Add GTK_DEP_LIBS, in order to link against Xext. (#314062)

2005-08-22  Matthias Clasen  <mclasen@redhat.com>

	* docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order
	to link against Xext.  (#314062)
This commit is contained in:
Matthias Clasen 2005-08-22 14:44:39 +00:00 committed by Matthias Clasen
parent 8da86542c5
commit e337f0cf19
4 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-08-22 Matthias Clasen <mclasen@redhat.com>
* docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order
to link against Xext. (#314062)
* gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
overruns. (#314081, Hans Breuer)

View File

@ -1,5 +1,8 @@
2005-08-22 Matthias Clasen <mclasen@redhat.com>
* docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order
to link against Xext. (#314062)
* gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
overruns. (#314081, Hans Breuer)

View File

@ -1,5 +1,8 @@
2005-08-22 Matthias Clasen <mclasen@redhat.com>
* docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order
to link against Xext. (#314062)
* gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
overruns. (#314081, Hans Breuer)

View File

@ -14,7 +14,8 @@ DEPS = \
LDADDS = \
$(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la \
$(top_builddir)/gdk/$(gdktargetlib) \
$(top_builddir)/gtk/$(gtktargetlib)
$(top_builddir)/gtk/$(gtktargetlib) \
$(GTK_DEP_LIBS)
if OS_UNIX
noinst_PROGRAMS = \