X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=Makefile;h=1e310c3e11abbdb2ef167e80dd6759eab0756611;hp=a4430526d8817606451db2e70fe28245849a72d3;hb=fe77fc6b869a71bf94d501a0762579f4ddbc5094;hpb=532e493717b0b569e6997c1b55c573ecaa421894 diff --git a/Makefile b/Makefile index a443052..1e310c3 100644 --- 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)