diff options
Diffstat (limited to 'Makefile')
| -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. |
