diff options
Diffstat (limited to 'xbmc/Makefile.in')
-rw-r--r-- | xbmc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/Makefile.in b/xbmc/Makefile.in index 83dfe889e1..e73035d807 100644 --- a/xbmc/Makefile.in +++ b/xbmc/Makefile.in @@ -4,7 +4,6 @@ SRCS=Application.cpp \ AutoSwitch.cpp \ BackgroundInfoLoader.cpp \ CueDocument.cpp \ - DateTime.cpp \ DynamicDll.cpp \ Favourites.cpp \ FileItem.cpp \ @@ -31,6 +30,7 @@ SRCS=Application.cpp \ Util.cpp \ ViewDatabase.cpp \ XBApplicationEx.cpp \ + XBDateTime.cpp \ xbmc.cpp \ LIB=xbmc.a |