summaryrefslogtreecommitdiff
path: root/src
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 /src
parent5379902ddfd8ce084a9de727f3b4626ab61525d4 (diff)
downloadxorg-lib-libXcomposite-7ad5cea1ca2c64d63a69b04d9eea24d4f29b5ac6.tar.gz
Add $(DEP_LIBS)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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