diff options
author | althekiller <althekiller@svn> | 2010-03-30 20:21:57 +0000 |
---|---|---|
committer | althekiller <althekiller@svn> | 2010-03-30 20:21:57 +0000 |
commit | 5f87c8bf2abd6394e423331bf9bf5fc4a399b08f (patch) | |
tree | 3ebf6a2e0fe0d5d2777dcd86822735e5718d1b64 /Makefile.in | |
parent | d74e3dad135d9d5566868e7612839a11636a8430 (diff) |
fixed: A couple dirs weren't being cleaned.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28927 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 37b8bab241..c9c3189e6a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,6 +4,7 @@ BIN_DIRS= \ guilib/common \ guilib/tinyXML \ xbmc \ + xbmc/addons \ xbmc/cdrip \ xbmc/cores \ xbmc/cores/DllLoader \ @@ -95,7 +96,7 @@ LIB_DIRS=\ xbmc/lib/libid3tag \ xbmc/lib/libapetag \ xbmc/lib/libPython/linux \ - lib/libcpluff \ + lib/cpluff \ lib/libmodplug \ lib/xbmc-dll-symbols \ lib/jsoncpp/jsoncpp/src/lib_json |