diff options
author | montellese <montellese@xbmc.org> | 2013-03-16 19:41:11 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-04-04 23:26:16 +0200 |
commit | 65d6a298a0c1f154bedf04c8345e98f3f9ca2d6a (patch) | |
tree | 67bd4278946d908ddf57c19077607274aab87d42 /Makefile.in | |
parent | 86196a767c25f29a212d8913d8d654b0abec41f8 (diff) |
move profile related files into new "profiles" directory
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index ab8f4dad4f..3cbe1a2357 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,6 +67,9 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/pictures/pictures.a \ xbmc/playlists/playlists.a \ xbmc/powermanagement/powermanagement.a \ + xbmc/profiles/profiles.a \ + xbmc/profiles/dialogs/profiles_dialogs.a \ + xbmc/profiles/windows/profiles_windows.a \ xbmc/programs/programs.a \ xbmc/pvr/addons/pvraddons.a \ xbmc/pvr/channels/pvrchannels.a \ |