diff options
author | Max Kellermann <max@duempel.org> | 2014-07-30 10:16:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-30 10:17:31 +0200 |
commit | 1a619522ee6da71a611096db6e183834bdc817ea (patch) | |
tree | 3baaa058e788604b2fd3a92bb3b3575969080156 | |
parent | 88615fbff1ba25ac0c4ad21b7f321940652a389c (diff) | |
download | mpd-1a619522ee6da71a611096db6e183834bdc817ea.tar.gz mpd-1a619522ee6da71a611096db6e183834bdc817ea.tar.xz mpd-1a619522ee6da71a611096db6e183834bdc817ea.zip |
Makefile.am: *.apk depends on android/src/*.java
Invoke "ant" when a Java source is modified.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 24ee74894..520aceacd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) |