diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-27 23:47:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-27 23:47:24 +0200 |
commit | 7ef19af760fb8a22c6e993b76fea355891598d3d (patch) | |
tree | 7de0af90b0994500dce8274c5975eb58ab1d23d7 /Makefile | |
parent | start on the section in the manual for the keyboard layout compiler (diff) | |
download | mds-7ef19af760fb8a22c6e993b76fea355891598d3d.tar.gz mds-7ef19af760fb8a22c6e993b76fea355891598d3d.tar.bz2 mds-7ef19af760fb8a22c6e993b76fea355891598d3d.tar.xz |
m + kbd layout compiler: read file
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -15,6 +15,9 @@ LIBOBJ = linked-list client-list hash-table fd-table mds-message util SERVERS = mds mds-respawn mds-server mds-echo mds-registry mds-clipboard \ mds-kkbd mds-vt +# Utilities that do not utilise mds-base. +TOOLS = mds-kbdc + # Servers that need setuid and root owner. SETUID_SERVERS = mds mds-kkbd mds-vt @@ -41,7 +44,7 @@ endif # Build rules. .PHONY: all -all: doc servers libraries +all: doc servers libraries tools include mk/build.mk include mk/build-doc.mk |