diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-05-05 12:34:15 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-05-05 12:34:15 +0200 |
commit | 0808e4845c7deb4af8a277b39f60ec321e5181d1 (patch) | |
tree | cc38cd0daeb001e85d3e000b9fcf31cffc0e2164 /Makefile | |
parent | screensaver protocols (diff) | |
download | mds-0808e4845c7deb4af8a277b39f60ec321e5181d1.tar.gz mds-0808e4845c7deb4af8a277b39f60ec321e5181d1.tar.bz2 mds-0808e4845c7deb4af8a277b39f60ec321e5181d1.tar.xz |
m makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ include mk/config.mk +# Splits of the info manual. +INFOPARTS = 1 2 + # Object files for the libary. LIBOBJ = linked-list client-list hash-table fd-table mds-message util |