Skip to content

Commit

Permalink
include parent dir of gsl so that includes find headers
Browse files Browse the repository at this point in the history
  • Loading branch information
adalisan authored Aug 11, 2017
1 parent b5dc716 commit da41c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphm/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
THIS_CXX = @CXX@
GRAPHM_CFLAGS = -Wno-deprecated -fPIC @CPICFLAGS@ @CFLAGS@ @GSL_CFLAGS@/gsl
GRAPHM_CFLAGS = -Wno-deprecated -fPIC @CPICFLAGS@ @CFLAGS@ @GSL_CFLAGS@ @GSL_CFLAGS@/gsl
#-Wno-unused-but-set-variable -Wno-long-long -Wno-sign-compare -Wno-deprecated -pedantic -pthread -O2 -g
#LDFLAGS= -lgsl -lgslcblas
#LDFLAGS="-lgsl -lgslcblas -static";
Expand Down

0 comments on commit da41c43

Please sign in to comment.