summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2009-01-29 21:08:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2009-01-29 21:08:53 (GMT)
commit14abff97c2ba0940c2dcf2e37eb080ebdb923c6f (patch)
tree60f9bc40853754d126bb0d547fbf8d5c00146012 /src/format/Makefile.am
parent21493170bb188ad9548820c830c3e8d7055e3f46 (diff)
Begun to support PE binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@47 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/Makefile.am')
-rw-r--r--src/format/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/Makefile.am b/src/format/Makefile.am
index 6f49822..67b3737 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -16,4 +16,4 @@ AM_CPPFLAGS =
AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS)
-SUBDIRS = dwarf elf java
+SUBDIRS = dwarf elf java pe