mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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>
This commit is contained in:
parent
78e2d3b333
commit
5b5e475dff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user