aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoralcoheca <alcoheca@svn>2010-03-26 23:02:16 +0000
committeralcoheca <alcoheca@svn>2010-03-26 23:02:16 +0000
commite054b9f2639833acc5dd6b9cb468d265ee976ec8 (patch)
treee755175984cb7487fd69682b370df712abbbbba4 /Makefile.in
parentf8e1c7c6a1c63240e7a295c5511e3830355da927 (diff)
wip
wip2 p cpluff build cpluff wip build wip wip wip wip qip wip wip wip wip qip wip git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28876 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 82359911be..25807905c3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -90,6 +90,7 @@ endif
LIB_DIRS=\
xbmc/lib/cximage-6.0 \
+ xbmc/lib/libcpluff \
xbmc/lib/libexif \
xbmc/lib/libhdhomerun \
xbmc/lib/libid3tag \
@@ -352,9 +353,11 @@ ifeq ($(or $(findstring powerpc,$(ARCH)),$(findstring x86_64-linux,$(ARCH))),)
endif
imagelib: dllloader
$(MAKE) -C xbmc/lib/cximage-6.0
+libcpluff: dllloader
+ $(MAKE) -C xbmc/lib/libcpluff
codecs: papcodecs dvdpcodecs
-libs: libhdhomerun libid3tag imagelib libexif python
+libs: libcpluff libhdhomerun libid3tag imagelib libexif python
externals: codecs libs python visualizations screensavers
xcode_depends: \