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