diff options
Diffstat (limited to 'src/format/Makefile.am')
-rw-r--r-- | src/format/Makefile.am | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am index b0fda82..a3402ee 100644 --- a/src/format/Makefile.am +++ b/src/format/Makefile.am @@ -2,38 +2,22 @@ noinst_LTLIBRARIES = libformat.la libformat_la_SOURCES = \ + debuggable-int.h \ + debuggable.h debuggable.c \ executable-int.h \ executable.h executable.c \ format-int.h \ format.h format.c \ symbol.h symbol.c -# libformat_la_SOURCES = \ -# exe_format.h exe_format.c \ -# exe_format-int.h \ -# executable-int.h \ -# executable.h executable.c \ -# format-int.h \ -# format.h format.c \ -# dbg_format.h dbg_format.c \ -# dbg_format-int.h \ -# part.h part.c - 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 = @@ -41,5 +25,4 @@ AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) -SUBDIRS = dex elf java mangling pe -#SUBDIRS = dex dwarf elf java mangling pe +SUBDIRS = dex dwarf elf java mangling pe |