Skip to content
Snippets Groups Projects
Commit 70cdc8dd authored by Gautier Koscielny's avatar Gautier Koscielny
Browse files

CPPFLAGS added (extra flags for includes)

parent 021eb7cb
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ bin_CPPFLAGS = -L@top_srcdir@/src
LDADD = -lAltSplicing -lm
altSpliceFinder_SOURCES = Main.cpp Constants.h
altSpliceFinder_CPPFLAGS = -L@top_srcdir@/src
altSpliceFinder_CPPFLAGS = @CPPFLAGS@ -L@top_srcdir@/src
# general use to compile individuals objects
AM_CPPFLAGS = -I@top_srcdir@/src -L@top_srcdir@/src
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment