]> git.tdb.fi Git - libs/core.git/commitdiff
Add LDFLAGS to CXX when linking...
authorNiko Liikanen <cloud@neo-midgar.com>
Tue, 5 Sep 2006 20:31:10 +0000 (20:31 +0000)
committerNiko Liikanen <cloud@neo-midgar.com>
Tue, 5 Sep 2006 20:31:10 +0000 (20:31 +0000)
Makefile

index a4430526d8817606451db2e70fe28245849a72d3..1e310c3e11abbdb2ef167e80dd6759eab0756611 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ $(TMP):
 # Dynamic library
 $(TMP)/$(LIBFILE)$(SHARED): $(OBJS)
        echo "Compiling $(notdir $@)"
-       $(CXX) $^ -shared -o $@ $(LIB)
+       $(CXX) $^ -shared -o $@ $(LIB) $(LDFLAGS)
 
 # Static library
 $(TMP)/$(LIBFILE)$(STATIC): $(OBJS)