From 2a33ef2344145e12f1eea96214cdb317857321c1 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 31 Aug 2021 22:20:15 +0200 Subject: directory service added --- ecp/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp/src/Makefile') diff --git a/ecp/src/Makefile b/ecp/src/Makefile index 9456a4b..991574a 100644 --- a/ecp/src/Makefile +++ b/ecp/src/Makefile @@ -1,7 +1,7 @@ include Makefile.platform CFLAGS += $(PIC) -I. -obj = core.o timer.o $(obj_rbuf) +obj = core.o timer.o dir.o dir_srv.o $(obj_rbuf) subdirs = crypto platform $(htable) $(vconn) %.o: %.c -- cgit v1.2.3