From fadc42453aca482a9db4f5c92adf58d43d87cdc7 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 22 Jun 2019 18:10:03 +0200 Subject: Implement JSON framing function (Fixes #2) --- plugins/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/makefile') 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 -- cgit v1.2.3