summaryrefslogtreecommitdiff
path: root/src/decomp/instr/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2013-01-31 21:29:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2013-01-31 21:29:49 (GMT)
commit0936f64aac6a4fa9ebc08962bc9cac663f210c00 (patch)
treee888b4d7b547680bb26082913216bc637073e734 /src/decomp/instr/Makefile.am
parentb6341581220e92114b0838a15a1c1cec1078efc2 (diff)
Saved the first steps of switch instructions decompilation.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@335 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/decomp/instr/Makefile.am')
-rw-r--r--src/decomp/instr/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/decomp/instr/Makefile.am b/src/decomp/instr/Makefile.am
index b4e16eb..6120cac 100644
--- a/src/decomp/instr/Makefile.am
+++ b/src/decomp/instr/Makefile.am
@@ -2,7 +2,8 @@
noinst_LTLIBRARIES = libdecompinstr.la
libdecompinstr_la_SOURCES = \
- ite.h ite.c
+ ite.h ite.c \
+ switch.h switch.c
libdecompinstr_la_LDFLAGS =