diff options
author | alcoheca <alcoheca@svn> | 2010-04-26 19:36:14 +0000 |
---|---|---|
committer | alcoheca <alcoheca@svn> | 2010-04-26 19:36:14 +0000 |
commit | 2d703eed008164ce133130373ad1bbf771303eb6 (patch) | |
tree | 4cd8e7d57c6db9aae808b6b1ac822f75942635ca /Makefile.in | |
parent | 022762f72b3da67ba6b00ee876d6161acdbaa5f6 (diff) |
fixed: build
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@29511 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index c9c3189e6a..0122c3cc83 100644 --- a/Makefile.in +++ b/Makefile.in @@ -389,6 +389,7 @@ xcode_depends: \ # platform independend objects OBJSXBMC= \ xbmc/xbmc.a \ + xbmc/addons/addons.a \ xbmc/cores/playercorefactory/playercorefactory.a \ xbmc/cores/dvdplayer/DVDPlayer.a \ xbmc/cores/paplayer/paplayer.a \ @@ -430,8 +431,7 @@ OBJSXBMC= \ xbmc/lib/sqLite/sqllite.a \ xbmc/lib/libsquish/libsquish-@ARCH@.a \ xbmc/lib/libapetag/.libs/libapetag.a \ - xbmc/settings/settings.a \ - xbmc/addons/addons.a + xbmc/settings/settings.a ifeq (@HAVE_XBMC_NONFREE@,1) OBJSXBMC+= \ |