aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2013-02-06 17:25:58 +0100
committermontellese <montellese@xbmc.org>2013-03-03 12:43:41 +0100
commit50507954991adbe92b6a76832880597a5c7ecf0e (patch)
tree39cb72e481b9511c1b7f4e0e085eebbff18e8a03 /Makefile.in
parent6c06a32d36dc2357f29286f861029aca59eb9361 (diff)
settings: move GUIDialog* and GUIWindow* into their own sub-directories
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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 \