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/test/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ecp/test/Makefile') diff --git a/ecp/test/Makefile b/ecp/test/Makefile index 863a3ef..84fdbe1 100644 --- a/ecp/test/Makefile +++ b/ecp/test/Makefile @@ -6,11 +6,14 @@ dep=../src/build-posix/*.a ../util/libecputil.a %.o: %.c $(CC) $(CFLAGS) -c $< -all: basic client server echo frag stress vcs vc_server vc_client vc_client_t +all: basic dir server echo frag stress vcs vc_server vc_client vc_client_t basic: basic.o init.o $(dep) $(CC) -o $@ $< init.o $(dep) $(LDFLAGS) +dir: dir.o init.o $(dep) + $(CC) -DWITH_DIR_SERVER -o $@ $< init.o $(dep) $(LDFLAGS) + client: client.o init.o $(dep) $(CC) -o $@ $< init.o $(dep) $(LDFLAGS) -- cgit v1.2.3