diff options
author | montellese <montellese@xbmc.org> | 2013-02-06 17:25:58 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-03-03 12:43:41 +0100 |
commit | 50507954991adbe92b6a76832880597a5c7ecf0e (patch) | |
tree | 39cb72e481b9511c1b7f4e0e085eebbff18e8a03 /Makefile.in | |
parent | 6c06a32d36dc2357f29286f861029aca59eb9361 (diff) |
settings: move GUIDialog* and GUIWindow* into their own sub-directories
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index b3dd4dff76..7d3d6b6ed8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -78,6 +78,8 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/pvr/windows/pvrwindows.a \ xbmc/rendering/rendering.a \ xbmc/settings/settings.a \ + xbmc/settings/dialogs/settings_dialogs.a \ + xbmc/settings/windows/settings_windows.a \ xbmc/storage/storage.a \ xbmc/utils/utils.a \ xbmc/video/dialogs/videodialogs.a \ |