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