diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-08-31 22:20:15 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-08-31 22:20:15 +0200 |
commit | 2a33ef2344145e12f1eea96214cdb317857321c1 (patch) | |
tree | 1db9ce4e9c227c54595132edbce8adc65dd086ce /ecp/src/Makefile | |
parent | 2a46bdf517eb5fcb8ba59c398a32859c6496475d (diff) |
directory service added
Diffstat (limited to 'ecp/src/Makefile')
-rw-r--r-- | ecp/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |