summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSergey Shatunov <prototypegamez@gmail.com>2014-02-24 17:12:55 +0800
committerSergey Shatunov <prototypegamez@gmail.com>2014-02-26 17:24:30 +0800
commite8b6e4a4d3f15dfeb33e6d26f8a501d0b63bf274 (patch)
tree41996b4a97f37bcfd3f4117d0479fe9de27177c8 /Makefile.am
parente32b5f0c95f2f5b7b38bcfdf3e5127c395d8c303 (diff)
Main buildscripts for android
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b58e7bae..9ef4afed 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,11 @@ CLEANFILES = $(top_builddir)/libtoxcore.pc
12 12
13EXTRA_DIST = \ 13EXTRA_DIST = \
14 libtoxcore.pc.in \ 14 libtoxcore.pc.in \
15 dist-build/android-arm.sh \
16 dist-build/android-armv7.sh \
17 dist-build/android-x86.sh \
18 dist-build/android-mips.sh \
19 dist-build/android-build.sh \
15 $(top_srcdir)/docs/updates/Crypto.md \ 20 $(top_srcdir)/docs/updates/Crypto.md \
16 $(top_srcdir)/docs/updates/Spam-Prevention.md \ 21 $(top_srcdir)/docs/updates/Spam-Prevention.md \
17 $(top_srcdir)/docs/updates/Symmetric-NAT-Transversal.md \ 22 $(top_srcdir)/docs/updates/Symmetric-NAT-Transversal.md \
@@ -27,4 +32,4 @@ CLEANFILES += $(top_builddir)/libtoxav.pc
27 32
28EXTRA_DIST += libtoxav.pc.in 33EXTRA_DIST += libtoxav.pc.in
29 34
30endif \ No newline at end of file 35endif