summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog68
1 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d96c0ea..9037924 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,73 @@
17-02-14 Cyrille Bagard <nocbos@gmail.com>
+ * Makefile.am:
+ Extend EXTRA_DIST.
+
+ * configure.ac:
+ Remove directories which are not included in SUBDIRS.
+
+ * pixmaps/Makefile.am:
+ Extend EXTRA_DIST.
+
+ * plugins/Makefile.am:
+ Fix SUBDIRS.
+
+ * plugins/python/apkfiles/Makefile.am:
+ * plugins/python/samples/Makefile.am:
+ Extend EXTRA_DIST.
+
+ * src/analysis/disass/instructions.c:
+ Fix included headers.
+
+ * src/analysis/disass/macro.c:
+ * src/analysis/disass/macro.h:
+ Deleted entries.
+
+ * src/analysis/disass/routines.c:
+ Fix included headers.
+
+ * src/arch/Makefile.am:
+ Remove the 'translate.h' file from libarch_la_SOURCES.
+
+ * src/arch/arm/Makefile.am:
+ Add the 'processor-int.h' file to libarcharm_la_SOURCES.
+
+ * src/arch/arm/v7/opcodes/Makefile.am:
+ * src/arch/arm/v7/opdefs/Makefile.am:
+ * src/arch/dalvik/opdefs/Makefile.am:
+ Extend EXTRA_DIST.
+
+ * src/core/processors.c:
+ Fix included headers.
+
+ * src/debug/Makefile.am:
+ Add the 'debugger-int.h' file to libdebug_la_SOURCES.
+
+ * src/format/dwarf/Makefile.am:
+ Add the 'dwarf_def.h' to libformatdwarf_la_SOURCES.
+
+ * src/format/mangling/itanium/Makefile.am:
+ Add the 'component-int.h' to libformatmanglingitanium_la_SOURCES.
+
+ * src/gui/dialogs/Makefile.am:
+ Extend EXTRA_DIST.
+
+ * src/gui/panels/Makefile.am:
+ Add the 'panel-int.h' to libguipanels_la_SOURCES. Extend EXTRA_DIST.
+
+ * themes/Adwaita/Makefile.am:
+ * tools/d2c/Makefile.am:
+ * tools/d2c/args/Makefile.am:
+ * tools/d2c/bits/Makefile.am:
+ * tools/d2c/conv/Makefile.am:
+ * tools/d2c/format/Makefile.am:
+ * tools/d2c/hooks/Makefile.am:
+ * tools/d2c/rules/Makefile.am:
+ * tools/d2c/syntax/Makefile.am:
+ Extend EXTRA_DIST.
+
+17-02-14 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/processor.c:
Fix a typo that breaks compilation if DEBUG is not defined.