aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorelupus <elupus@svn>2010-01-22 20:48:26 +0000
committerelupus <elupus@svn>2010-01-22 20:48:26 +0000
commitff17c8f31efd3e3dd279fd8b1e6438911c506720 (patch)
tree9c678fb5932246d2be78516e4934d402a6b8ecb1 /Makefile.in
parent011404ded1e19afd3ccc6746e2dd8e0cd8eb86d3 (diff)
changed: make xbms filesystem excluded if we don't allow nonfree filesystems
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27085 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 17d913f93c..991b6db8a4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -384,7 +384,6 @@ OBJSXBMC= \
xbmc/lib/libRTV/librtv-@ARCH@.a \
xbmc/lib/libshout/libshout-@ARCH@.a \
xbmc/lib/libUPnP/libupnp-@ARCH@.a \
- xbmc/lib/libXBMS/libxbms-@ARCH@.a \
xbmc/lib/libXDAAP/libxdaap-@ARCH@.a \
xbmc/lib/libGoAhead/libGoAhead-@ARCH@.a \
xbmc/lib/sqLite/sqllite.a \
@@ -397,6 +396,7 @@ OBJSXBMC= \
ifeq (@HAVE_XBMC_NONFREE@,1)
OBJSXBMC+= \
+ xbmc/lib/libXBMS/libxbms-@ARCH@.a \
xbmc/lib/UnrarXLib/UnrarXLib.a
endif