summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-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 ba2da3d03c..140d7d6703 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