diff options
author | althekiller <althekiller@xbmc.org> | 2011-04-27 02:41:03 -0400 |
---|---|---|
committer | althekiller <althekiller@xbmc.org> | 2011-04-27 02:41:03 -0400 |
commit | cdbe3c6738616dcefa23ebe2be0b950b6a22a0df (patch) | |
tree | 74f9bc5e837690312847961be4c4576d8a68ec5e /Makefile.in | |
parent | bdb1b5e1d69152faf839030d1c66d7122aa543fc (diff) |
Ensure xbmc/rendering directory gets cleaned...
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 832c517c09..16fc13fba4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,6 +46,7 @@ BIN_DIRS= \ xbmc/playlists \ xbmc/powermanagement \ xbmc/powermanagement/linux \ + xbmc/rendering \ xbmc/storage \ xbmc/storage/linux \ xbmc/storage/osx \ |