[cogl] android: Make sure to dist the hello example



commit 5b5e475dff86df073c3f832a6f15fe17b33660c3
Author: Robert Bragg <robert linux intel com>
Date:   Fri Aug 12 17:27:07 2011 +0100

    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>

 examples/Makefile.am |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 0dde679..a105c49 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
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]