diff options
author | alcoheca <alcoheca@svn> | 2010-03-29 01:40:29 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-03-29 01:40:29 +0000 |
commit | c03d404c5baafa52d432ca4f55cdf37538ea3666 (patch) | |
tree | 40f4f9947cb49bec0e5214cb435ae202522a2c0b /Makefile.in | |
parent | 2bee23d271c2cb2cc57b83baec137fd5ba49d338 (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.in | 5 |
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 \ |