diff options
Diffstat (limited to 'plugins/weblog/Makefile')
-rw-r--r-- | plugins/weblog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |