diff options
author | davilla <davilla@svn> | 2010-08-12 16:18:08 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-08-12 16:18:08 +0000 |
commit | 0483727ed092ffc7e64b0ae42d857908d27edf4f (patch) | |
tree | aea992afd3e8ab3c80c3606d25d8c8d28f972857 /Makefile.in | |
parent | 3da29dcb48b544dc5eac7de9fd9a1912ee63fce0 (diff) |
[osx] fixed, add libmicrohttpd to make clean
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32731 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index d352ccbcde..b831c68e45 100644 --- a/Makefile.in +++ b/Makefile.in @@ -102,6 +102,9 @@ LIB_DIRS=\ lib/libmodplug \ lib/xbmc-dll-symbols \ lib/jsoncpp/jsoncpp/src/lib_json +ifeq ($(findstring osx,$(ARCH)), osx) +LIB_DIRS+=lib/libmicrohttpd +endif SS_DIRS=\ xbmc/screensavers/rsxs-0.9/xbmc |