aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoralcoheca <alcoheca@svn>2010-03-29 01:40:29 +0000
committeralcoheca <alcoheca@svn>2010-03-29 01:40:29 +0000
commitc03d404c5baafa52d432ca4f55cdf37538ea3666 (patch)
tree40f4f9947cb49bec0e5214cb435ae202522a2c0b /Makefile.in
parent2bee23d271c2cb2cc57b83baec137fd5ba49d338 (diff)
fixed: cpluff wasn't building on linux
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28918 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 1384045e31..37b8bab241 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -280,6 +280,8 @@ ifeq ($(findstring osx,$(ARCH)), osx)
else
ld -all_load -bundle -flat_namespace -undefined suppress -arch @ARCHTYPE@ -o $@ $<
endif
+else
+ cp lib/cpluff/libcpluff/.libs/libcpluff.so $@
endif
lib/libmodplug/src/.libs/libmodplug.a: force
$(MAKE) -C lib/libmodplug
@@ -361,7 +363,7 @@ imagelib: dllloader
$(MAKE) -C xbmc/lib/cximage-6.0
codecs: papcodecs dvdpcodecs
-libs: libhdhomerun libid3tag imagelib libexif python
+libs: libhdhomerun libid3tag imagelib libexif python system/libcpluff-$(ARCH).so
externals: codecs libs python visualizations screensavers
xcode_depends: \
@@ -370,7 +372,6 @@ xcode_depends: \
skins \
xbmc/cores/dvdplayer/Codecs/libbdnav/src/libbdnav/.libs/libbdnav.a \
xbmc/lib/libapetag/.libs/libapetag.a \
- system/libcpluff-$(ARCH).so \
system/players/paplayer/libmodplug-$(ARCH).so \
xbmc/lib/cmyth/libcmyth/libcmyth.a \
xbmc/lib/cmyth/librefmem/librefmem.a \