aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2008-11-05 00:02:22 +0100
committerHenrik Rydberg <rydberg@euromail.se>2008-11-05 00:02:22 +0100
commit12b0a79f9e5bc483b5c16f702ae5b8836425827e (patch)
treee0f1ef6f040d8122b418214d7cbf09db889edc2e /Makefile
parent85e6b86f23bea2e5265f6aaac2b5673409a9b7b5 (diff)
downloadxorg-input-kobomultitouch-12b0a79f9e5bc483b5c16f702ae5b8836425827e.tar.gz
xorg-input-kobomultitouch-12b0a79f9e5bc483b5c16f702ae5b8836425827e.tar.bz2
xorg-input-kobomultitouch-12b0a79f9e5bc483b5c16f702ae5b8836425827e.zip
Break out capabilities
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9bbd07b..a441a37 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ LIBRARY = multitouch.so
FDIS = 11-multitouch.fdi
MODULES = src
-o_src = multitouch
+o_src = capabilities multitouch
TARGETS = $(addsuffix /test,$(MODULES))