diff options
author | montellese <montellese@xbmc.org> | 2013-11-03 17:29:55 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-11-12 20:09:19 +0100 |
commit | d12741d1711120dff9089252d0e66638079ba9a0 (patch) | |
tree | 798263f33bb99c40ffe41973e2ada75536151200 /Makefile.in | |
parent | 25965c19f7502fabf846454339496cdc05a37ec3 (diff) |
settings: move settings library files into xbmc/settings/lib
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index d9c16cad3f..851da550b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,6 +91,7 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \ xbmc/rendering/rendering.a \ xbmc/settings/settings.a \ xbmc/settings/dialogs/settings_dialogs.a \ + xbmc/settings/lib/settings_lib.a \ xbmc/settings/windows/settings_windows.a \ xbmc/storage/storage.a \ xbmc/utils/utils.a \ |