aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorDan Liew <delcypher@gmail.com>2014-11-02 00:13:15 +0000
committerDan Liew <delcypher@gmail.com>2014-11-02 00:13:15 +0000
commit50073b4689c3a1b9eefd5befddf0e15ae0d93348 (patch)
tree5fd7d80e2367ff07476f90128484c946ecbcae51 /Makefile.common
parent5b3d62b48169dd8dcffe374a565891a99e434c79 (diff)
parent5c692a7feb6a378e83de58927556ff587e7d2e47 (diff)
downloadklee-50073b4689c3a1b9eefd5befddf0e15ae0d93348.tar.gz
Merge pull request #174 from delcypher/allow_stp_installed_in_root
Allow stp installed in root
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index e6de9f1e..92f5118b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -38,8 +38,8 @@ endif
# This is filename that KLEE will look for when trying to load klee-uclibc
KLEE_UCLIBC_BCA_NAME="klee-uclibc.bca"
-LD.Flags += -L$(STP_ROOT)/lib
-CXX.Flags += -I$(STP_ROOT)/include
+LD.Flags += $(STP_LDFLAGS)
+CXX.Flags += $(STP_CFLAGS)
CXX.Flags += -DKLEE_DIR=\"$(PROJ_OBJ_ROOT)\" -DKLEE_INSTALL_BIN_DIR=\"$(PROJ_bindir)\"
CXX.Flags += -DKLEE_INSTALL_LIB_DIR=\"$(PROJ_libdir)\"