diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-15 12:41:51 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-15 12:41:51 +0000 |
commit | 7ad5cea1ca2c64d63a69b04d9eea24d4f29b5ac6 (patch) | |
tree | ba7a68d697176ef6211e55d5125af2d0f8c70cf3 | |
parent | 5379902ddfd8ce084a9de727f3b4626ab61525d4 (diff) |
Add $(DEP_LIBS)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |