mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
8da86542c5
commit
e337f0cf19
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user