diff options
author | althekiller <althekiller@xbmc.org> | 2011-04-26 02:32:59 -0400 |
---|---|---|
committer | althekiller <althekiller@xbmc.org> | 2011-04-26 02:32:59 -0400 |
commit | f8c706ea14b8ffacc944d5123526a78259945bd3 (patch) | |
tree | c1b701f2f0e2c65aac8262c31a5b82c3282af295 /Makefile.in | |
parent | 3598e5cad65cb35a0a06fcdc477ea26dae9cccf6 (diff) |
Ensure that xbmc/network's subdirs get cleaned.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 6d1a295ae7..832c517c09 100644 --- a/Makefile.in +++ b/Makefile.in @@ -40,6 +40,9 @@ BIN_DIRS= \ xbmc/video/windows \ xbmc/windows \ xbmc/network \ + xbmc/network/libscrobbler \ + xbmc/network/linux \ + xbmc/network/osx \ xbmc/playlists \ xbmc/powermanagement \ xbmc/powermanagement/linux \ @@ -53,7 +56,6 @@ BIN_DIRS= \ xbmc/interfaces/python \ xbmc/interfaces/python/xbmcmodule \ lib/libRTV \ - xbmc/network/libscrobbler \ lib/libUPnP \ lib/libXDAAP \ xbmc/dbwrappers \ |