From 7ad5cea1ca2c64d63a69b04d9eea24d4f29b5ac6 Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Fri, 15 Jul 2005 12:41:51 +0000 Subject: Add $(DEP_LIBS) --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.1