X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=Makefile;h=99bf5e27715c0d567c5955dd08fad5e06a6ce173;hp=24322e9d306c3a8c7cb6896a5f553ecefab4ae6b;hb=2f79370bffe0bac865dc97c5114dc87c1936fbb4;hpb=3f34bdc7e83d7084aa56f8c2c07600520262cbf3 diff --git a/Makefile b/Makefile index 24322e9..99bf5e2 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)