diff options
author | cbdev <cb@cbcdn.com> | 2019-06-01 17:56:33 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-06-01 17:56:33 +0200 |
commit | 92a291b5fae32caba2212192bc94b8ef568c362d (patch) | |
tree | 826a2b0d8930afa464ed15a1518a85d062869d1a /makefile | |
parent | e16f061a715eb0d49a4872f7cc8c7bb58bb6e888 (diff) | |
download | websocksy-92a291b5fae32caba2212192bc94b8ef568c362d.tar.gz websocksy-92a291b5fae32caba2212192bc94b8ef568c362d.tar.bz2 websocksy-92a291b5fae32caba2212192bc94b8ef568c362d.zip |
Implement plugin loading
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PLUGINPATH=plugins/ CFLAGS=-g -Wall -Wpedantic -DPLUGINS=\"$(PLUGINPATH)\" -LDLIBS=-lnettle +LDLIBS=-lnettle -ldl OBJECTS=builtins.o network.o websocket.o plugin.o |