diff options
author | Henrik Rydberg <rydberg@euromail.se> | 2008-11-05 00:02:22 +0100 |
---|---|---|
committer | Henrik Rydberg <rydberg@euromail.se> | 2008-11-05 00:02:22 +0100 |
commit | 12b0a79f9e5bc483b5c16f702ae5b8836425827e (patch) | |
tree | e0f1ef6f040d8122b418214d7cbf09db889edc2e /Makefile | |
parent | 85e6b86f23bea2e5265f6aaac2b5673409a9b7b5 (diff) | |
download | xorg-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ LIBRARY = multitouch.so FDIS = 11-multitouch.fdi MODULES = src -o_src = multitouch +o_src = capabilities multitouch TARGETS = $(addsuffix /test,$(MODULES)) |