summaryrefslogtreecommitdiff
path: root/src/format
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-09-18 20:12:26 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-09-18 20:12:26 (GMT)
commitaa3cb06f056ccf1a0467eaff8aa4b40701902f5e (patch)
treedde8cdc10459f932235ee8709dda3ae6b164c752 /src/format
parent175e8193759e01b45b1f6d2d7970e2993ec8c364 (diff)
Removed the old way to load binaries.
Diffstat (limited to 'src/format')
-rw-r--r--src/format/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 8a47b82..24f03da 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -17,10 +17,7 @@ libformat_la_SOURCES = \
symbol-int.h \
symbol.h symbol.c
-libformat_la_LIBADD = \
- dwarf/libformatdwarf.la \
- java/libformatjava.la \
- pe/libformatpe.la
+libformat_la_LIBADD =
libformat_la_LDFLAGS =
@@ -34,4 +31,4 @@ AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-SUBDIRS = dwarf java pe
+# SUBDIRS = dwarf java pe