summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-15 12:41:51 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-07-15 12:41:51 +0000
commit7ad5cea1ca2c64d63a69b04d9eea24d4f29b5ac6 (patch)
treeba7a68d697176ef6211e55d5125af2d0f8c70cf3
parent5379902ddfd8ce084a9de727f3b4626ab61525d4 (diff)
Add $(DEP_LIBS)
-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