diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pychrysalide/Makefile.am | 18 | ||||
-rw-r--r-- | plugins/ropgadgets/select.c | 2 |
2 files changed, 11 insertions, 9 deletions
diff --git a/plugins/pychrysalide/Makefile.am b/plugins/pychrysalide/Makefile.am index 7928595..4b6e551 100644 --- a/plugins/pychrysalide/Makefile.am +++ b/plugins/pychrysalide/Makefile.am @@ -8,24 +8,24 @@ libdir = $(pluginslibdir) if BUILD_PYTHON_PACKAGE - RUN_PATH = -Wl,-rpath,'$$ORIGIN/chrysalide-libs' +RUN_PATH = -Wl,-rpath,'$$ORIGIN/chrysalide-libs' endif if BUILD_GTK_SUPPORT - GTKEXT_LIBADD = \ - gtkext/libpychrysagtkext.la +GTKEXT_LIBADD = \ + gtkext/libpychrysagtkext.la - GTKEXT_SUBDIR = \ - gtkext +GTKEXT_SUBDIR = \ + gtkext - GUI_LIBADD = \ - gui/libpychrysagui.la +GUI_LIBADD = \ + gui/libpychrysagui.la - GUI_SUBDIR = \ - gui +GUI_SUBDIR = \ + gui endif diff --git a/plugins/ropgadgets/select.c b/plugins/ropgadgets/select.c index a45f043..c0cf08d 100644 --- a/plugins/ropgadgets/select.c +++ b/plugins/ropgadgets/select.c @@ -35,10 +35,12 @@ #include <i18n.h> +#include <analysis/binary.h> #include <analysis/contents/file.h> #include <core/global.h> #include <common/cpp.h> #include <common/extstr.h> +#include <core/columns.h> #include <core/processors.h> #include <format/known.h> #include <gui/core/global.h> |