aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGarrett Brown <themagnificentmrb@gmail.com>2015-02-18 17:30:52 -0800
committerGarrett Brown <themagnificentmrb@gmail.com>2016-03-10 21:31:58 -0800
commitf87753740a2dea3eacd68ad94291bd0cce924f3b (patch)
treed4eaed080beef648e270027103e62e952bbcd4e0 /Makefile.in
parentafec10266946bad4d83c31a5d6c1b76fdfb540d1 (diff)
Controller add-ons
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bda30d60f4..5a55c67d57 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@ EC_DIRS= \
DVDPCODECS_DIRS= \
lib \
- lib/libdvd
+ lib/libdvd
VideoPlayer_ARCHIVES=xbmc/cores/VideoPlayer/VideoPlayer.a \
xbmc/cores/VideoPlayer/DVDCodecs/DVDCodecs.a \
@@ -54,6 +54,7 @@ DIRECTORY_ARCHIVES=$(VideoPlayer_ARCHIVES) \
xbmc/filesystem/MusicDatabaseDirectory/musicdatabasedirectory.a \
xbmc/filesystem/VideoDatabaseDirectory/videodatabasedirectory.a \
xbmc/filesystem/filesystem.a \
+ xbmc/games/controllers/controllers.a \
xbmc/guilib/guilib.a \
xbmc/input/input.a \
xbmc/interfaces/builtins/builtins.a \