aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-04-05 20:00:29 -0400
committerS. Davilla <davilla@4pi.com>2011-04-05 20:01:17 -0400
commitfc0a7a28d5bf2d9e93d81fbc81b06a4ea3bdd6fc (patch)
tree3e425f331f9286af2aa5b6d3f459267ac4a230ae
parentae583e68e6a6274fa30d1b35eb869fc38d56831b (diff)
[osx] fixed build via make, missing some files
-rw-r--r--xbmc/osx/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/osx/Makefile.in b/xbmc/osx/Makefile.in
index c1747b373e..39e085cdfa 100644
--- a/xbmc/osx/Makefile.in
+++ b/xbmc/osx/Makefile.in
@@ -10,6 +10,8 @@ INCLUDES=-I$(abs_top_srcdir) \
SRCS = \
SDLMain.mm \
XBMCHelper.m \
+ AutoPool.mm \
+ DarwinUtils.mm \
CocoaInterface.mm \
CoreAudio.cpp \
OSXGNUReplacements.c \