aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorperpe <msperpe@googlemail.com>2013-09-16 17:47:43 +0200
committerTrent Nelson <trent.a.b.nelson@gmail.com>2013-10-24 17:15:30 -0400
commit7c84f33895440e2a90bce0efa8811b03f1194ff1 (patch)
treea7ef963d49459a7ff5fe8ea4a21dfc6ba2c4f768
parent692bb839bfd156eb4a00cb4b07f359ac64510d84 (diff)
downloadxbmc-7c84f33895440e2a90bce0efa8811b03f1194ff1.tar.xz
[FIX]Make clean dependencies fix
-rw-r--r--lib/addons/library.xbmc.addon/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/addons/library.xbmc.addon/Makefile.in b/lib/addons/library.xbmc.addon/Makefile.in
index a3342dac6c..b9d327d6cc 100644
--- a/lib/addons/library.xbmc.addon/Makefile.in
+++ b/lib/addons/library.xbmc.addon/Makefile.in
@@ -19,7 +19,7 @@ else
endif
CLEAN_FILES = \
- $(LIBNAME).so \
+ $(LIB_SHARED) \
DISTCLEAN_FILES= \
Makefile \