summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-12-07 21:04:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-12-07 21:04:46 (GMT)
commit648bf475951e6d588d13539441d8a0e54eab2706 (patch)
treeb654558a0c6bb4bc9d15eb9d65c124acb8a3522a /configure.ac
parentc980546e8bca6f1c0c340634a4c3640e14fd1228 (diff)
Moved some core features into plugins.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8450923..3943a2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -364,8 +364,11 @@ AC_CONFIG_FILES([Makefile
plugins/elf/Makefile
plugins/elf/python/Makefile
plugins/fmtp/Makefile
+ plugins/gdbrsp/Makefile
+ plugins/gdbrsp/python/Makefile
plugins/itanium/Makefile
plugins/itanium/python/Makefile
+ plugins/java/Makefile
plugins/javadesc/Makefile
plugins/javadesc/python/Makefile
plugins/libcsem/Makefile
@@ -382,7 +385,6 @@ AC_CONFIG_FILES([Makefile
plugins/pychrysalide/common/Makefile
plugins/pychrysalide/core/Makefile
plugins/pychrysalide/debug/Makefile
- plugins/pychrysalide/debug/gdbrsp/Makefile
plugins/pychrysalide/format/Makefile
plugins/pychrysalide/glibext/Makefile
plugins/pychrysalide/gtkext/Makefile
@@ -411,9 +413,7 @@ AC_CONFIG_FILES([Makefile
src/common/Makefile
src/core/Makefile
src/debug/Makefile
- src/debug/gdbrsp/Makefile
src/format/Makefile
- src/format/java/Makefile
src/glibext/Makefile
src/glibext/generators/Makefile
src/gtkext/Makefile