diff options
author | Garrett Brown <themagnificentmrb@gmail.com> | 2016-11-08 13:00:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-08 13:00:42 -0800 |
commit | 2a148ae23e8053330243fc469e79399a514387a8 (patch) | |
tree | 431a1ef694f78acf19ce2a97bb3bbbe5ccd6416e /Makefile.in | |
parent | d4f9639ebba0798c3a6f3db2545611f78072dc26 (diff) | |
parent | 8a10b29aaf7cff80ba8873e01f7aeeca864f9100 (diff) |
Merge pull request #10882 from garbear/new-controllers
Ask user to configure new controllers (once)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index ad7498352d..f500e9de49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -148,6 +148,7 @@ endif ifeq ($(findstring osx,@ARCH@),osx) DIRECTORY_ARCHIVES += xbmc/input/joysticks/input_joysticks.a +DIRECTORY_ARCHIVES += xbmc/input/joysticks/dialogs/input_joystick_dialogs.a DIRECTORY_ARCHIVES += xbmc/input/joysticks/generic/input_joysticks_generic.a DIRECTORY_ARCHIVES += xbmc/network/osx/network.a DIRECTORY_ARCHIVES += xbmc/network/linux/network_linux.a @@ -163,6 +164,7 @@ INSTALL_FILTER += .*repository\.pvr-win32\.xbmc\.org.* INSTALL_FILTER += .*repository\.pvr-osx.*\.xbmc\.org.* ifeq (@USE_ANDROID@,1) DIRECTORY_ARCHIVES += xbmc/input/joysticks/input_joysticks.a +DIRECTORY_ARCHIVES += xbmc/input/joysticks/dialogs/input_joystick_dialogs.a DIRECTORY_ARCHIVES += xbmc/input/joysticks/generic/input_joysticks_generic.a DIRECTORY_ARCHIVES += xbmc/input/linux/input_linux.a DIRECTORY_ARCHIVES += xbmc/input/touch/input_touch.a @@ -173,6 +175,7 @@ DIRECTORY_ARCHIVES += xbmc/storage/android/storage_android.a DIRECTORY_ARCHIVES += xbmc/windowing/X11/windowing_X11.a else DIRECTORY_ARCHIVES += xbmc/input/joysticks/input_joysticks.a +DIRECTORY_ARCHIVES += xbmc/input/joysticks/dialogs/input_joystick_dialogs.a DIRECTORY_ARCHIVES += xbmc/input/joysticks/generic/input_joysticks_generic.a DIRECTORY_ARCHIVES += xbmc/input/linux/input_linux.a DIRECTORY_ARCHIVES += xbmc/input/touch/input_touch.a |