X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Makefile;h=8396a66d81797484dc0e02f0bff940984a3a1c3e;hp=1424119b19e8ed9717514edf30984cf6a8cf7c63;hb=c8c033803937c2f89f6117c903465303d5ae8ea2;hpb=5314a18c66589de5004bf925d22330a5cdad85a0 diff --git a/Makefile b/Makefile index 1424119..8396a66 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,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)