aboutsummaryrefslogtreecommitdiff
path: root/src/input/touch/Makefile
diff options
context:
space:
mode:
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)))