diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:38:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:38:23 +0100 |
| commit | 16a36ccc85c0d8d8bf838d9bf5879a854503a3ec (patch) | |
| tree | befb2bc21f2ff911802bae4e9b40f0b17d2ef6ec /Makefile | |
| parent | misc + update e-mail (diff) | |
| download | mds-16a36ccc85c0d8d8bf838d9bf5879a854503a3ec.tar.gz mds-16a36ccc85c0d8d8bf838d9bf5879a854503a3ec.tar.bz2 mds-16a36ccc85c0d8d8bf838d9bf5879a854503a3ec.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,10 +27,10 @@ LIBMDSCLIENT_VERSION = $(LIBMDSCLIENT_MAJOR).$(LIBMDSCLIENT_MINOR) # Splits of the info manual. INFOPARTS = 1 2 3 -# Object files for the server libary. +# Object files for the server library. SERVEROBJ = linked-list client-list hash-table fd-table mds-message util -# Object files for the client libary. +# Object files for the client library. CLIENTOBJ = proto-util comm address inbound # Servers and utilities. |
