diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-05-11 15:22:42 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-05-11 15:22:42 (GMT) |
commit | 80dc0ac97987ad9246bee7c47458a015339453bf (patch) | |
tree | d049aaa7417e9568adbec073fc74cac1df619aed /ChangeLog | |
parent | e2f87e6e92a361cdd66b6867f51dda2abb1ed1b3 (diff) |
Changed the way the program is built.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@62 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2009-05-11 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/Makefile.am: + * src/arch/Makefile.am: + * src/arch/x86/Makefile.am: + * src/format/elf/Makefile.am: + * src/format/java/Makefile.am: + * src/format/Makefile.am: + * src/format/mangling/Makefile.am: + * src/format/pe/Makefile.am: + * src/gtkext/Makefile.am: + * src/Makefile.am: + Change the way the program is built. + 2009-04-29 Cyrille Bagard <nocbos@gmail.com> * configure.ac: |