diff options
author | Garrett Brown <garbearucla@gmail.com> | 2015-01-10 16:23:13 -0800 |
---|---|---|
committer | Garrett Brown <themagnificentmrb@gmail.com> | 2016-03-10 17:13:22 -0800 |
commit | 1fe1a1a3a30b1e61813c13d8855ed1c6f75a4fb7 (patch) | |
tree | 63fb329a67e78fcc4cc008b776620b7c50dba13a /Makefile.in | |
parent | a109460bbbb0c69ffe31d7692cbfc52e5419c3de (diff) |
Joystick library
Thanks to a1rwulf for fixing the joystick library build, da-anda for
fixing missing joystick.xml shoulder keys, and longelf for joystick.xml.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 1c559cdb18..6f6745d827 100644 --- a/Makefile.in +++ b/Makefile.in @@ -153,6 +153,8 @@ INSTALL_FILTER += .*repository\.pvr-ios\.xbmc\.org.* 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/generic/input_joysticks_generic.a DIRECTORY_ARCHIVES += xbmc/input/linux/input_linux.a DIRECTORY_ARCHIVES += xbmc/input/touch/input_touch.a DIRECTORY_ARCHIVES += xbmc/input/touch/generic/input_touch_generic.a @@ -161,6 +163,8 @@ DIRECTORY_ARCHIVES += xbmc/powermanagement/android/powermanagement_android.a 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/generic/input_joysticks_generic.a DIRECTORY_ARCHIVES += xbmc/input/linux/input_linux.a DIRECTORY_ARCHIVES += xbmc/input/touch/input_touch.a DIRECTORY_ARCHIVES += xbmc/input/touch/generic/input_touch_generic.a |