aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2013-01-20 23:03:19 +0100
committermontellese <montellese@xbmc.org>2013-03-05 17:51:51 +0100
commitdc503eeb1cf5c2a4408232aa87619cc83148fb78 (patch)
tree5b549a58afeea430ce50fe00bfd181656fd752a0 /Makefile.in
parent50d25a5e77d321481aa338f5f02dddb3c4d4688e (diff)
input: re-organize touch input handling to make it more generic and move it into its own lib
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 7d3d6b6ed8..0bdc064190 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -127,6 +127,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