diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2015-02-18 17:30:52 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-03-10 21:31:58 -0800 |
commit | f87753740a2dea3eacd68ad94291bd0cce924f3b (patch) | |
tree | d4eaed080beef648e270027103e62e952bbcd4e0 /Makefile.in | |
parent | afec10266946bad4d83c31a5d6c1b76fdfb540d1 (diff) |
Controller add-ons
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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 \ |