summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-08-12 17:27:07 +0100
committerRobert Bragg <robert@linux.intel.com>2011-08-12 17:33:05 +0100
commit5b5e475dff86df073c3f832a6f15fe17b33660c3 (patch)
treeb71959113f39722e51909e9bca6fab60177fd010
parent78e2d3b333deeceba5d228dec16bac9b35792639 (diff)
downloadcogl-5b5e475dff86df073c3f832a6f15fe17b33660c3.tar.gz
android: Make sure to dist the hello example
This ensures that our releases include the example android application. Reviewed-by: Neil Roberts <neil@linux.intel.com>
-rw-r--r--examples/Makefile.am12
1 files changed, 11 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0dde6793..a105c49b 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -46,4 +46,14 @@ cogland_SOURCES = cogland.c
cogland_LDADD = $(common_ldadd)
endif
-EXTRA_DIST = crate.jpg
+EXTRA_DIST = \
+ crate.jpg \
+ android/hello/AndroidManifest.xml \
+ android/hello/jni/Application.mk \
+ android/hello/jni/Android.mk \
+ android/hello/jni/main.c \
+ android/hello/res/values \
+ android/hello/res/values/strings.xml \
+ android/hello/.gitignore \
+ android/hello/build.xml
+