diff options
author | althekiller <althekiller@svn> | 2010-03-05 21:13:46 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2010-03-05 21:13:46 +0000 |
commit | 521eb58172af252b79be281b844f1f732904efe1 (patch) | |
tree | 26fbd96a0513e74df883acf7c3275ac19ecc2d85 /Makefile.in | |
parent | 571bb287360dbce508a467b59146cbd4efa54118 (diff) |
fixed: Some new dirs weren't being cleaned.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28407 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index b71f4a301f..c81d8a8029 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,7 +61,8 @@ XBMCTEX_DIRS= \ DVDPCODECS_DIRS= \ xbmc/cores/dvdplayer/Codecs \ - xbmc/cores/dvdplayer/Codecs/libdvd + xbmc/cores/dvdplayer/Codecs/libdvd \ + xbmc/cores/dvdplayer/Codecs/libbdnav ifneq (@USE_EXTERNAL_LIBASS@,1) DVDPCODECS_DIRS+=xbmc/lib/libass/xbmc endif @@ -95,7 +96,8 @@ LIB_DIRS=\ xbmc/lib/libapetag \ xbmc/lib/libPython/linux \ lib/libmodplug \ - lib/xbmc-dll-symbols + lib/xbmc-dll-symbols \ + lib/jsoncpp/jsoncpp/src/lib_json SS_DIRS=\ xbmc/screensavers/rsxs-0.9/xbmc |