summaryrefslogtreecommitdiff
path: root/docs/tools
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-08-22 14:44:39 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-08-22 14:44:39 +0000
commite337f0cf190deea7be5ef541320b1deb2f417e35 (patch)
tree6142ddbf20175565765638c8d4461c6c9268ba39 /docs/tools
parent8da86542c56afcf5e973996d5bff957725572cff (diff)
downloadgdk-pixbuf-e337f0cf190deea7be5ef541320b1deb2f417e35.tar.gz
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)
Diffstat (limited to 'docs/tools')
-rw-r--r--docs/tools/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/tools/Makefile.am b/docs/tools/Makefile.am
index b5626768d..6d6c95631 100644
--- a/docs/tools/Makefile.am
+++ b/docs/tools/Makefile.am
@@ -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 = \