aboutsummaryrefslogtreecommitdiff
path: root/plugins/makefile
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2021-02-20 20:06:06 +0100
committercbdev <cb@cbcdn.com>2021-02-20 20:06:06 +0100
commit767f4980e54415c4680a4619c69b14f5b3ec24bb (patch)
treef04b5b25d2d7fd97b56dc76bb0ad5c2e9592df28 /plugins/makefile
parentb88b306db792a76371e3c9eddabb6f45d8a7e534 (diff)
downloadwebsocksy-767f4980e54415c4680a4619c69b14f5b3ec24bb.tar.gz
websocksy-767f4980e54415c4680a4619c69b14f5b3ec24bb.tar.bz2
websocksy-767f4980e54415c4680a4619c69b14f5b3ec24bb.zip
Implement dynamic32 framing function
Diffstat (limited to 'plugins/makefile')
-rw-r--r--plugins/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/makefile b/plugins/makefile
index b09466d..f0b38cb 100644
--- a/plugins/makefile
+++ b/plugins/makefile
@@ -1,5 +1,5 @@
.PHONY: all clean
-PLUGINS = backend_file.so framing_fixedlength.so framing_json.so
+PLUGINS = backend_file.so framing_fixedlength.so framing_json.so framing_dynamic32.so
CFLAGS += -fPIC -g -I../
LDFLAGS += -shared