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)