aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSascha Montellese <sascha.montellese@gmail.com>2013-03-07 10:21:08 -0800
committerSascha Montellese <sascha.montellese@gmail.com>2013-03-07 10:21:08 -0800
commite46bb02b700dee743d384e5166a57367571018ab (patch)
treefd0c0a445d207e6f5581997932d81bda79a1a50c /Makefile.in
parentad6733b17904faa6c4dd9129d71553c8826d1b2c (diff)
parent967c20ba3940a7388bd79ade29ef9bdd2656e942 (diff)
Merge pull request #2135 from Montellese/touch_input
generic & user-mappable touch input system
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
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