Skip to content

Commit

Permalink
[osx] fixed make xcode_depends
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27796 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
davilla committed Feb 14, 2010
1 parent 5b91647 commit e0495ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.in
Expand Up @@ -353,9 +353,9 @@ xcode_depends: \
xbmc/lib/libRTV/librtv-@ARCH@.a \
xbmc/lib/libXDAAP/libxdaap-@ARCH@.a \
xbmc/lib/libshout/libshout-@ARCH@.a \
xbmc/lib/libjsonrpc/libjsonrpc.a \
lib/jsoncpp/jsoncpp/src/lib_json.a \
xbmc/lib/libhttpapi/libhttpapi.a
xbmc/lib/libjsonrpc/libjsonrpc.a \
lib/jsoncpp/jsoncpp/src/lib_json/libjsoncpp.a \
xbmc/lib/libhttpapi/libhttpapi.a

# platform independend objects
OBJSXBMC= \
Expand Down Expand Up @@ -395,9 +395,9 @@ OBJSXBMC= \
xbmc/lib/libshout/libshout-@ARCH@.a \
xbmc/lib/libUPnP/libupnp-@ARCH@.a \
xbmc/lib/libXDAAP/libxdaap-@ARCH@.a \
xbmc/lib/libjsonrpc/libjsonrpc.a \
lib/jsoncpp/jsoncpp/src/lib_json/libjsoncpp.a \
xbmc/lib/libhttpapi/libhttpapi.a \
xbmc/lib/libjsonrpc/libjsonrpc.a \
lib/jsoncpp/jsoncpp/src/lib_json/libjsoncpp.a \
xbmc/lib/libhttpapi/libhttpapi.a \
xbmc/lib/sqLite/sqllite.a \
xbmc/lib/libsquish/libsquish-@ARCH@.a \
xbmc/lib/libapetag/.libs/libapetag.a \
Expand Down
3 changes: 3 additions & 0 deletions configure.in
Expand Up @@ -315,6 +315,9 @@ if test "$host_vendor" != "apple" ; then
if test "$use_webserver" = "yes"; then
AC_CHECK_LIB([microhttpd], [main],, AC_MSG_ERROR($missing_library))
fi
else
use_webserver="no"
AC_MSG_RESULT(Webserver disabled)
fi


Expand Down

0 comments on commit e0495ea

Please sign in to comment.