summaryrefslogtreecommitdiffstats
path: root/examples/analyzer-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/analyzer-plugin/Makefile')
-rw-r--r--examples/analyzer-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/analyzer-plugin/Makefile b/examples/analyzer-plugin/Makefile
index 5537ee03d8..8b83bef924 100644
--- a/examples/analyzer-plugin/Makefile
+++ b/examples/analyzer-plugin/Makefile
@@ -11,7 +11,7 @@ CLANG_LEVEL := ../..
LIBRARYNAME = SampleAnalyzerPlugin
LINK_LIBS_IN_SHARED = 0
-SHARED_LIBRARY = 1
+LOADABLE_MODULE = 1
include $(CLANG_LEVEL)/Makefile