summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeffrey Yasskin <jyasskin@google.com>2010-02-23 18:10:07 +0000
committerJeffrey Yasskin <jyasskin@google.com>2010-02-23 18:10:07 +0000
commitea6c39d417172a8edb99667e93cd6b67cd024e6a (patch)
tree3c6c8f110eb785834997bfe59326bc8022f68dfd /Makefile
parente3d97c744772c075e11f372548cc8d848d555ee9 (diff)
downloadllvm-ea6c39d417172a8edb99667e93cd6b67cd024e6a.tar.gz
llvm-ea6c39d417172a8edb99667e93cd6b67cd024e6a.tar.bz2
llvm-ea6c39d417172a8edb99667e93cd6b67cd024e6a.tar.xz
Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of
the examples shared to make sure the shared library keeps working. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96959 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 20395e9470..f76f6b77bd 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@ ifeq ($(BUILD_DIRS_ONLY),1)
DIRS := lib/System lib/Support utils
OPTIONAL_DIRS :=
else
- DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
- tools runtime docs unittests
+ DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-shlib \
+ tools/llvm-config tools runtime docs unittests
OPTIONAL_DIRS := projects bindings
endif