1
0
Fork 0

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.
This commit is contained in:
Robert Bragg 2011-08-12 19:52:45 +01:00
parent f908f94c88
commit 11d221af1a

View file

@ -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