From 11d221af1a9cc2f852a4182d3bcb9a82d481d23c Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 12 Aug 2011 19:52:45 +0100 Subject: [PATCH] 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 file changed, 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index a105c49b6..b28cb239f 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