summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-08-12 19:52:45 +0100
committerRobert Bragg <robert@linux.intel.com>2011-09-05 17:54:46 +0100
commit11d221af1a9cc2f852a4182d3bcb9a82d481d23c (patch)
treee3a015f70bbd21896a5a3c8f26d8cb3a451ff82c
parentf908f94c882afe1409f0e40dfec7449d284336fe (diff)
downloadcogl-11d221af1a9cc2f852a4182d3bcb9a82d481d23c.tar.gz
android: don't list android/hello/res/values for dist
EXTRA_DIST should only include files so this removes the listing of the android/hello/res/values directory.
-rw-r--r--examples/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index a105c49b..b28cb239 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -52,7 +52,6 @@ EXTRA_DIST = \
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