summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-24 10:16:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-24 10:16:17 (GMT)
commite56b4db3aae87f0458319019635dea4968a5c529 (patch)
treebbbbbca3921dca2add25f74d73096900254fe301 /src/format/Makefile.am
parentfb12cfc1727ba949b70a48ee042a2aec9ebbb407 (diff)
Updated a little bit the Java part (welcome back).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@154 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/Makefile.am')
-rw-r--r--src/format/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 82264bb..b080536 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -23,16 +23,10 @@ libformat_la_SOURCES = \
libformat_la_LIBADD = \
dwarf/libformatdwarf.la \
elf/libformatelf.la \
+ java/libformatjava.la \
mangling/libformatmangling.la \
pe/libformatpe.la
-# libformat_la_LIBADD = \
-# dwarf/libformatdwarf.la \
-# elf/libformatelf.la \
-# java/libformatjava.la \
-# mangling/libformatmangling.la \
-# pe/libformatpe.la
-
libformat_la_LDFLAGS =
@@ -42,5 +36,4 @@ AM_CPPFLAGS =
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-SUBDIRS = dwarf elf mangling pe
-#SUBDIRS = dwarf elf java mangling pe
+SUBDIRS = dwarf elf java mangling pe