From 767f4980e54415c4680a4619c69b14f5b3ec24bb Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 20 Feb 2021 20:06:06 +0100 Subject: Implement dynamic32 framing function --- plugins/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/makefile') 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 -- cgit v1.2.3