summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-10-01 15:55:39 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-10-01 15:55:39 (GMT)
commitd51fef170f00602744e55a8fdb21a3c7d196696a (patch)
tree5f51c1cdb09669da974c1b99d280a4e7078aab7f /src/format/Makefile.am
parent9aa5b354e83825e2d9843aea742aa62221a2130b (diff)
Rewritten the whole support of DEX file format.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@581 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 a3402ee..3f18b88 100644
--- a/src/format/Makefile.am
+++ b/src/format/Makefile.am
@@ -4,7 +4,7 @@ noinst_LTLIBRARIES = libformat.la
libformat_la_SOURCES = \
debuggable-int.h \
debuggable.h debuggable.c \
- executable-int.h \
+ executable-int.h executable-int.c \
executable.h executable.c \
format-int.h \
format.h format.c \