Commit dccde31b authored by Lucas Russo's avatar Lucas Russo

src/libs/*: use PREFIX variable instead of hardcoded location

parent 0f1c859b
......@@ -113,7 +113,7 @@ INCLUDE_DIRS = -I. -Iinclude \
-I../../sm_io/modules/dsp \
-I../../sm_io/modules/rffe \
-I../../sm_io/modules/afc_diag \
-I/usr/local/include
-I${PREFIX}/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
......@@ -70,7 +70,7 @@ SRC_DIR = src
INCLUDE_DIR = include
# Include directories
INCLUDE_DIRS = -Iinclude -I/usr/local/include
INCLUDE_DIRS = -Iinclude -I${PREFIX}/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
......@@ -70,7 +70,7 @@ SRC_DIR = src
INCLUDE_DIR = include
# Include directories
INCLUDE_DIRS = -Iinclude -I/usr/local/include
INCLUDE_DIRS = -Iinclude -I${PREFIX}/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
......@@ -83,7 +83,7 @@ SRC_DIR = src
INCLUDE_DIR = include
# Include directories
INCLUDE_DIRS = -Iinclude -I/usr/local/include
INCLUDE_DIRS = -Iinclude -I${PREFIX}/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
......@@ -70,7 +70,7 @@ SRC_DIR = src
INCLUDE_DIR = include
# Include directories
INCLUDE_DIRS = -Iinclude -I/usr/local/include
INCLUDE_DIRS = -Iinclude -I${PREFIX}/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
......@@ -73,7 +73,7 @@ SRC_DIR = src
INCLUDE_DIR = include
# Include directories
INCLUDE_DIRS = -Iinclude -I/usr/local/include
INCLUDE_DIRS = -Iinclude -I${PREFIX}/include
# Merge all flags. We expect tghese variables to be appended to the possible
# command-line options
......
Markdown is supported
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