about summary refs log tree commit diff homepage
path: root/lib/Support
diff options
context:
space:
mode:
authorDan Liew <daniel.liew@imperial.ac.uk>2013-12-15 16:14:49 +0000
committerDan Liew <daniel.liew@imperial.ac.uk>2013-12-21 23:22:46 +0000
commit48897e2aa072fa75ae6046b848ae14c7b056c29a (patch)
tree588d00482f595a8ecf356bf1608917beb93f59f1 /lib/Support
parentc23df4c98173f0733945f3d14009cdd5ffbee36b (diff)
downloadklee-48897e2aa072fa75ae6046b848ae14c7b056c29a.tar.gz
Do not install KLEE's internal libraries.
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Makefile b/lib/Support/Makefile
index a1b46f3c..67272908 100644
--- a/lib/Support/Makefile
+++ b/lib/Support/Makefile
@@ -12,5 +12,6 @@ LEVEL=../..
 LIBRARYNAME=kleeSupport
 DONT_BUILD_RELINKED=1
 BUILD_ARCHIVE=1
+NO_INSTALL=1
 
 include $(LEVEL)/Makefile.common