]> Pileus Git - ~andy/gtk/commitdiff
Add GTK_DEP_LIBS, in order to link against Xext. (#314062)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 22 Aug 2005 14:44:39 +0000 (14:44 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 22 Aug 2005 14:44:39 +0000 (14:44 +0000)
2005-08-22  Matthias Clasen  <mclasen@redhat.com>

* docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order
to link against Xext.  (#314062)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
docs/tools/Makefile.am

index caae3f0ca70c35245fd285008b86c97f594ba449..cefda3d86868dae5f6fa4430935b6bb0d7d2c2fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
index caae3f0ca70c35245fd285008b86c97f594ba449..cefda3d86868dae5f6fa4430935b6bb0d7d2c2fc 100644 (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)
 
index caae3f0ca70c35245fd285008b86c97f594ba449..cefda3d86868dae5f6fa4430935b6bb0d7d2c2fc 100644 (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)
 
index b5626768d01da711b76187b81ba66532dfb9ce82..6d6c956313d732babf2de08bd02e9d9b241878bb 100644 (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 =              \