diff options
author | cbdev <cb@cbcdn.com> | 2019-06-22 18:10:03 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-06-22 18:10:03 +0200 |
commit | fadc42453aca482a9db4f5c92adf58d43d87cdc7 (patch) | |
tree | 3ad8cb3e0461eef1a258998aab4100960493bf6b /plugins/makefile | |
parent | e80367b0535a1800d0f95078d77ae735528e2523 (diff) | |
download | websocksy-fadc42453aca482a9db4f5c92adf58d43d87cdc7.tar.gz websocksy-fadc42453aca482a9db4f5c92adf58d43d87cdc7.tar.bz2 websocksy-fadc42453aca482a9db4f5c92adf58d43d87cdc7.zip |
Implement JSON framing function (Fixes #2)
Diffstat (limited to 'plugins/makefile')
-rw-r--r-- | plugins/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/makefile b/plugins/makefile index feab4cd..b09466d 100644 --- a/plugins/makefile +++ b/plugins/makefile @@ -1,5 +1,5 @@ .PHONY: all clean -PLUGINS = backend_file.so framing_fixedlength.so +PLUGINS = backend_file.so framing_fixedlength.so framing_json.so CFLAGS += -fPIC -g -I../ LDFLAGS += -shared |