summaryrefslogtreecommitdiff
blob: a9bd521d3196a74a311e742d5236d96a4c218baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur fig2sxd-0.20/Makefile fig2sxd-0.20.new/Makefile
--- fig2sxd-0.20/Makefile	2008-05-16 18:47:34.000000000 -0400
+++ fig2sxd-0.20.new/Makefile	2009-08-31 22:14:38.000000000 -0400
@@ -51,7 +51,7 @@
 LIBS = -lz
 
 $(TARGET1): $(OBJECTS1)
-	$(CXX) -o $@ $^ $(LIBS)
+	$(CXX) $(LDFLAGS) $^ $(LIBS) -o $@ 
 
 $(OBJECTS1): %.o: $(SRCDIR)%.cpp $(DEPEND)%.dep
 	$(CXX) $(CXXFLAGS) -o $@ -c $<