diff options
author | davilla <davilla@svn> | 2009-11-21 21:49:27 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2009-11-21 21:49:27 +0000 |
commit | 8eb99063851951e38912aebce810dc4922560add (patch) | |
tree | 81c379cb9bc2359e54af3d211fa88a57eec78e52 | |
parent | 6f73960b066ff79156d12ed740679e1de67765b2 (diff) |
[osx] add missing file to Makefile
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24850 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
-rw-r--r-- | xbmc/osx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/osx/Makefile b/xbmc/osx/Makefile index b3cccdb39f..f12cd4a596 100644 --- a/xbmc/osx/Makefile +++ b/xbmc/osx/Makefile @@ -9,6 +9,7 @@ SRCS = \ CocoaInterface.mm \ CoreAudio.cpp \ CoreAudioSoundManager.cpp \ + DarwinStorageProvider.cpp \ CocoaPowerSyscall.cpp \ OSXGNUReplacements.c \ ZeroconfOSX.cpp \ |