diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-09 08:01:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-09 08:01:41 +0200 |
commit | 18c90469ca156c358ddaa61cea17d66824c5e48d (patch) | |
tree | 90ef4d1499b8c3dea8c8c617e01680d1abe2bd07 /Makefile | |
parent | update todo: mds-gamut (diff) | |
download | mds-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |