summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-02 06:38:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-02 06:38:40 (GMT)
commit4a137929c72b76d076387cd7e9d0d597e93d1974 (patch)
treee5784facb3565e46d6e0a7a992115b20635653bc
parentef68a3dd8ff259200ca7f088eecc9ce35e7ffe8f (diff)
Fixed some Makefiles in order to be able to run 'make dist'.
-rw-r--r--ChangeLog7
-rw-r--r--src/arch/dalvik/Makefile.am3
-rw-r--r--src/arch/dalvik/decomp/Makefile.am2
-rwxr-xr-xsrc/decomp/Makefile.am2
4 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 605fa0a..7eee7ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+16-05-02 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/dalvik/Makefile.am:
+ * src/arch/dalvik/decomp/Makefile.am:
+ * src/decomp/Makefile.am:
+ Fix some Makefiles in order to be able to run 'make dist'.
+
16-05-01 Cyrille Bagard <nocbos@gmail.com>
* src/glibext/Makefile.am:
diff --git a/src/arch/dalvik/Makefile.am b/src/arch/dalvik/Makefile.am
index 054f272..f0c6ced 100644
--- a/src/arch/dalvik/Makefile.am
+++ b/src/arch/dalvik/Makefile.am
@@ -12,8 +12,7 @@ libarchdalvik_la_SOURCES = \
operand.h operand.c \
post.h \
processor.h processor.c \
- register.h register.c \
- translate.h
+ register.h register.c
libarchdalvik_la_LIBADD = \
decomp/libarchdalvikdecomp.la \
diff --git a/src/arch/dalvik/decomp/Makefile.am b/src/arch/dalvik/decomp/Makefile.am
index 075c47d..053bf4c 100644
--- a/src/arch/dalvik/decomp/Makefile.am
+++ b/src/arch/dalvik/decomp/Makefile.am
@@ -14,7 +14,7 @@ libarchdalvikdecomp_la_SOURCES = \
move.c \
new.c \
ret.c \
- switch.h switch.c \
+ switch.c \
translate.h
libarchdalvikdecomp_la_LIBADD =
diff --git a/src/decomp/Makefile.am b/src/decomp/Makefile.am
index 8e9dce2..0d1bf83 100755
--- a/src/decomp/Makefile.am
+++ b/src/decomp/Makefile.am
@@ -2,7 +2,7 @@
noinst_LTLIBRARIES = libdecomp.la
libdecomp_la_SOURCES = \
- context.-int.h \
+ context-int.h \
context.h context.c \
expression-int.h \
expression.h expression.c \