diff options
author | Sascha Montellese <sascha.montellese@gmail.com> | 2013-03-07 10:21:08 -0800 |
---|---|---|
committer | Sascha Montellese <sascha.montellese@gmail.com> | 2013-03-07 10:21:08 -0800 |
commit | e46bb02b700dee743d384e5166a57367571018ab (patch) | |
tree | fd0c0a445d207e6f5581997932d81bda79a1a50c /Makefile.in | |
parent | ad6733b17904faa6c4dd9129d71553c8826d1b2c (diff) | |
parent | 967c20ba3940a7388bd79ade29ef9bdd2656e942 (diff) |
Merge pull request #2135 from Montellese/touch_input
generic & user-mappable touch input system
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c7ae87c235..ab8f4dad4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,6 +126,8 @@ DIRECTORY_ARCHIVES += xbmc/windowing/osx/windowing_osx.a else ifeq (@USE_ANDROID@,1) 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 DIRECTORY_ARCHIVES += xbmc/network/linux/network_linux.a DIRECTORY_ARCHIVES += xbmc/powermanagement/android/powermanagement_android.a DIRECTORY_ARCHIVES += xbmc/storage/android/storage_android.a |