aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.common b/Makefile.common
index c4f4f9b1e0..bb2d5383e8 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -28,16 +28,6 @@ DEPDIR := .deps
######################################################################
-# Plugin settings
-######################################################################
-
-# Plugin prefix. Typically "lib" on Unix, and nothing everywhere else
-PLUGIN_PREFIX := lib
-# Plugin suffix. For static/shared libs this is typically ".so"/".a" on Unix,
-# ".dll"/".lib" on Windows, ".bundle"/".a" on OS X, etc.
-PLUGIN_SUFFIX := .so
-
-######################################################################
# Module settings
######################################################################