]> git.tdb.fi Git - libs/core.git/blobdiff - Makefile
Throw out anything polling related - they will go to libmspio eventually
[libs/core.git] / 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)