summaryrefslogtreecommitdiffhomepage
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/static-files/Makefile2
-rw-r--r--plugins/statistics/Makefile2
-rw-r--r--plugins/webbox/Makefile2
-rw-r--r--plugins/weblog/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/static-files/Makefile b/plugins/static-files/Makefile
index f4cfb31..7c817fb 100644
--- a/plugins/static-files/Makefile
+++ b/plugins/static-files/Makefile
@@ -19,7 +19,7 @@ LDLIBS=\
-lssl -lcrypto \
-ldl
-LDFLAGS=-L../../libcommon
+LDFLAGS+=-L../../libcommon
PROGSRC=\
static-files.cpp
diff --git a/plugins/statistics/Makefile b/plugins/statistics/Makefile
index 34c0229..26032c3 100644
--- a/plugins/statistics/Makefile
+++ b/plugins/statistics/Makefile
@@ -19,7 +19,7 @@ LDLIBS=\
-lssl -lcrypto \
-ldl
-LDFLAGS=-L../../libcommon
+LDFLAGS+=-L../../libcommon
PROGSRC=\
statistics.cpp
diff --git a/plugins/webbox/Makefile b/plugins/webbox/Makefile
index 39a2c8c..4be08d1 100644
--- a/plugins/webbox/Makefile
+++ b/plugins/webbox/Makefile
@@ -19,7 +19,7 @@ LDLIBS=\
-lssl -lcrypto \
-ldl
-LDFLAGS=-L../../libcommon
+LDFLAGS+=-L../../libcommon
PROGSRC=\
webbox.cpp
diff --git a/plugins/weblog/Makefile b/plugins/weblog/Makefile
index ca62ce8..6cec97a 100644
--- a/plugins/weblog/Makefile
+++ b/plugins/weblog/Makefile
@@ -19,7 +19,7 @@ LDLIBS=\
-lssl -lcrypto \
-ldl
-LDFLAGS=-L../../libcommon
+LDFLAGS+=-L../../libcommon
PROGSRC=\
weblog.cpp