diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
commit | 1898c6ea16d0eee8ecc5ab9ebb26ac91ad7314b4 (patch) | |
tree | 5c50e152eea144a1d2e6785e84033165c6d2a884 /ChangeLog | |
parent | 252aa6db5c9d34c554f3b970efba5d0b738c2f93 (diff) |
Fixed the creation of distribution tarballs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 68 |
1 files changed, 68 insertions, 0 deletions
@@ -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. |