diff options
author | AlTheKiller <AlTheKiller@svn> | 2010-01-22 19:28:19 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2010-01-22 19:28:19 +0000 |
commit | 9904c57ccc8d727df2903ffc38d9c2d741a07be8 (patch) | |
tree | 50609cfb993b157b43e442cb4d6ff483b27c8327 /Makefile.in | |
parent | 862a5761bee957e8cba11cad9929c66fd21602ed (diff) |
fixed: posix dir wasn't cleaned
added: copyright notices to new files
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27072 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 9aa069b1d7..929a9866e6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47,7 +47,8 @@ BIN_DIRS= \ xbmc/utils \ xbmc/settings \ xbmc/linux \ - xbmc/osx + xbmc/osx \ + xbmc/posix EC_DIRS= \ tools/EventClients |