aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-09 08:01:41 +0200
committerMattias Andrée <maandree@kth.se>2016-07-09 08:01:41 +0200
commit18c90469ca156c358ddaa61cea17d66824c5e48d (patch)
tree90ef4d1499b8c3dea8c8c617e01680d1abe2bd07 /Makefile
parentupdate todo: mds-gamut (diff)
downloadmds-18c90469ca156c358ddaa61cea17d66824c5e48d.tar.gz
mds-18c90469ca156c358ddaa61cea17d66824c5e48d.tar.bz2
mds-18c90469ca156c358ddaa61cea17d66824c5e48d.tar.xz
Beginning on mds-libinput
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 95e5a91..a076905 100644
--- a/Makefile
+++ b/Makefile
@@ -35,13 +35,13 @@ CLIENTOBJ = proto-util comm address inbound
# Servers and utilities.
SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \
- mds-kkbd mds-vt mds-colour
+ mds-kkbd mds-vt mds-colour mds-libinput
# Utilities that do not utilise mds-base.
TOOLS = mds-kbdc
# Servers that need setuid and root owner.
-SETUID_SERVERS = mds mds-kkbd mds-vt
+SETUID_SERVERS = mds mds-kkbd mds-vt mds-libinput
# Object files for multi-object file binaries.