summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aca88dc..aff337f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-15 Alexander Gottwald <ago at freedesktop dot org>
+
+ * src/Makefile.am:
+ Add DEP_LIBS
+
2005-07-11 Keith Packard <keithp@keithp.com>
* src/.cvsignore:
diff --git a/src/Makefile.am b/src/Makefile.am
index c92b036..ae17c38 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -29,7 +29,7 @@ libXcomposite_la_SOURCES = \
xcompositeint.h \
Xcomposite.c
-libXcomposite_la_LIBADD = $(XCOMPOSITE_LIBS) $(X_LIBS)
+libXcomposite_la_LIBADD = $(XCOMPOSITE_LIBS) $(X_LIBS) $(DEP_LIBS)
#
# Library version info. Check the libtool docs for