aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 520aceacd..927d7077c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -300,7 +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)
+ $(wildcard $(srcdir)/android/src/*.java) \
android/build/build.xml
android/build/bin/Main-debug.apk: $(APK_DEPS)