summaryrefslogtreecommitdiff
path: root/projects/sample
diff options
context:
space:
mode:
authorRobert Bocchino <bocchino@illinois.edu>2006-01-06 22:51:19 +0000
committerRobert Bocchino <bocchino@illinois.edu>2006-01-06 22:51:19 +0000
commit6b2b0136a95ee55c955380966069af0de28ec34e (patch)
tree60d33be796e029ba33844484a64b6f92855f6129 /projects/sample
parent3cf817d381d13c9bbb4f568c082a5800a41520c3 (diff)
Fixed Makefile so it does, indeed, build a dynamic library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25135 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample')
-rw-r--r--projects/sample/lib/sample/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/sample/lib/sample/Makefile b/projects/sample/lib/sample/Makefile
index ba2da3d03ca..140d7d6703d 100644
--- a/projects/sample/lib/sample/Makefile
+++ b/projects/sample/lib/sample/Makefile
@@ -9,7 +9,8 @@ LEVEL=../..
# Give the name of a library. This will build a dynamic version.
#
LIBRARYNAME=sample
-#SHARED_LIBRARY=1
+SHARED_LIBRARY=1
+LOADABLE_MODULE=1
#DONT_BUILD_RELINKED=1
#ARCHIVE_LIBRARY=1