Makefile.am: *.apk depends on android/src/*.java

Invoke "ant" when a Java source is modified.
This commit is contained in:
Max Kellermann 2014-07-30 10:16:46 +02:00
parent 88615fbff1
commit 1a619522ee
1 changed files with 1 additions and 0 deletions

View File

@ -300,6 +300,7 @@ android/build/res/drawable/icon.png: mpd.svg
APK_DEPS = android/build/res/drawable/icon.png \
android/build/libs/armeabi-v7a/libmpd.so \
$(wildcard $(srcdir)/android/src/*.java)
android/build/build.xml
android/build/bin/Main-debug.apk: $(APK_DEPS)