aboutsummaryrefslogtreecommitdiff
path: root/src/input/touch/Makefile
diff options
context:
space:
mode:
authorFneufneu <fneufneu@xbmc.org>2014-10-10 15:09:51 +0200
committerFneufneu <fneufneu@xbmc.org>2014-12-15 21:20:40 +0100
commit135fe8734924f79cedace50986a0fa4f12d76647 (patch)
tree5f7612f64385d75e72b78d3f71a97fc2058f4015 /src/input/touch/Makefile
parentf981c1dd3c364c05901b3d51ae53899127a4f2e6 (diff)
rename xbmc folder to src
Diffstat (limited to 'src/input/touch/Makefile')
-rw-r--r--src/input/touch/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/input/touch/Makefile b/src/input/touch/Makefile
new file mode 100644
index 0000000000..6672614b60
--- /dev/null
+++ b/src/input/touch/Makefile
@@ -0,0 +1,6 @@
+SRCS=ITouchInputHandling.cpp \
+
+LIB=input_touch.a
+
+include ../../../Makefile.include
+-include $(patsubst %.cpp,%.P,$(patsubst %.c,%.P,$(SRCS)))