summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2023-10-02 07:14:50 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2023-10-02 07:14:50 (GMT)
commit1b991b5c66cc44b6f93a14c1c265683074224004 (patch)
tree0f05b9daad87d85c9318fe28ef0d2f8a787b0b37 /configure.ac
parente662be152d0b2fe0d1626a845121db5f1a51d9aa (diff)
Implement Base64 encoding for scan pattern modifications.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9de9abd..3cf68d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -659,6 +659,10 @@ AC_CONFIG_FILES([Makefile
plugins/dwarf/v2/Makefile
plugins/dwarf/v3/Makefile
plugins/dwarf/v4/Makefile
+ plugins/encodings/Makefile
+ plugins/encodings/python/Makefile
+ plugins/encodings/python/rost/Makefile
+ plugins/encodings/rost/Makefile
plugins/elf/Makefile
plugins/elf/python/Makefile
plugins/fmtp/Makefile