diff options
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 |