diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-05-18 23:35:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-05-18 23:35:50 (GMT) |
commit | add611caeebe4c504652f99895c30846af239339 (patch) | |
tree | 340c86fb0f937a641d791803e4ebf5e93e84ab1a /src/format | |
parent | 7adb4243ad629554e496de173977721a8a5d0110 (diff) |
Displayed the about window.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@157 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am index 61fc0c6..c6be803 100644 --- a/src/format/Makefile.am +++ b/src/format/Makefile.am @@ -22,12 +22,19 @@ libformat_la_SOURCES = \ libformat_la_LIBADD = \ dex/libformatdex.la \ - dwarf/libformatdwarf.la \ elf/libformatelf.la \ java/libformatjava.la \ mangling/libformatmangling.la \ pe/libformatpe.la +# libformat_la_LIBADD = \ +# dex/libformatdex.la \ +# dwarf/libformatdwarf.la \ +# elf/libformatelf.la \ +# java/libformatjava.la \ +# mangling/libformatmangling.la \ +# pe/libformatpe.la + libformat_la_LDFLAGS = |