From 59e8302c9df037a1445ea0a3fea3b78d34441fe3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jul 2014 11:18:27 +0200 Subject: Makefile.am: add missing backslash Fixes breakage by commit 1a619522 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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) -- cgit v1.2.3