Commit 59e8302c authored by Max Kellermann's avatar Max Kellermann

Makefile.am: add missing backslash

Fixes breakage by commit 1a619522
parent 3422bd9b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment