diff options
author | Dan Liew <daniel.liew@imperial.ac.uk> | 2013-12-15 16:14:49 +0000 |
---|---|---|
committer | Dan Liew <daniel.liew@imperial.ac.uk> | 2013-12-21 23:22:46 +0000 |
commit | 48897e2aa072fa75ae6046b848ae14c7b056c29a (patch) | |
tree | 588d00482f595a8ecf356bf1608917beb93f59f1 /lib/Support | |
parent | c23df4c98173f0733945f3d14009cdd5ffbee36b (diff) | |
download | klee-48897e2aa072fa75ae6046b848ae14c7b056c29a.tar.gz |
Do not install KLEE's internal libraries.
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/Makefile | 1 |
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 |