[cogl] android: don't list android/hello/res/values for dist



commit 11d221af1a9cc2f852a4182d3bcb9a82d481d23c
Author: Robert Bragg <robert linux intel com>
Date:   Fri Aug 12 19:52:45 2011 +0100

    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.

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



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