Skip to content
This repository was archived by the owner on Aug 2, 2018. It is now read-only.

Commit 7aca4bb

Browse files
committed
add CPPFLAGS to check_deps/Makefile
1 parent c659f46 commit 7aca4bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_deps/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ DIR=check_deps
66
#all: $(DIR)/test_memlibs.o
77
all: $(DIR)/test_fwdpp.o $(DIR)/test_gsl.o
88
# $(CXX) $(CXXFLAGS) -o $(DIR)/test_memlibs $(DIR)/test_memlibs.o $(LDFLAGS) $(TESTMEMLIBS)
9-
$(CXX) $(CXXFLAGS) -o $(DIR)/test_fwdpp $(DIR)/test_fwdpp.o $(LDFLAGS) -lgsl -lgslcblas
10-
$(CXX) $(CXXFLAGS) -o $(DIR)/test_gsl $(DIR)/test_gsl.o $(LDFLAGS) -lgsl -lgslcblas
9+
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $(DIR)/test_fwdpp $(DIR)/test_fwdpp.o $(LDFLAGS) -lgsl -lgslcblas
10+
$(CXX) $(CXXFLAGS) $(CPPFLAGS) -o $(DIR)/test_gsl $(DIR)/test_gsl.o $(LDFLAGS) -lgsl -lgslcblas
1111
clean:
1212
# rm -f $(DIR)/test_memlibs $(DIR)/test_memlibs.o
1313
rm -f $(DIR)/test_fwdpp $(DIR)/test_fwdpp.o

0 commit comments

Comments
 (0)