diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-27 00:33:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-27 00:33:40 +0200 |
commit | 21d1f776e7d550afaaaade21ab96aaa92fdcab2b (patch) | |
tree | 04cb68469490946c6ed48a3ca541b093fa43e4c8 /Makefile | |
parent | typo (diff) | |
download | mds-21d1f776e7d550afaaaade21ab96aaa92fdcab2b.tar.gz mds-21d1f776e7d550afaaaade21ab96aaa92fdcab2b.tar.bz2 mds-21d1f776e7d550afaaaade21ab96aaa92fdcab2b.tar.xz |
ipc message class, does not do reading yet
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ C_FLAGS = $(OPTIMISE) $(WARN) -std=$(STD) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) \ # Object files for the libary -LIBOBJ = linked-list hash-table fd-table +LIBOBJ = linked-list hash-table fd-table mds-message # Build rules. |