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.posix | |
parent | 2a46bdf517eb5fcb8ba59c398a32859c6496475d (diff) |
directory service added
Diffstat (limited to 'ecp/src/Makefile.posix')
-rw-r--r-- | ecp/src/Makefile.posix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp/src/Makefile.posix b/ecp/src/Makefile.posix index aed4d67..0c7e811 100644 --- a/ecp/src/Makefile.posix +++ b/ecp/src/Makefile.posix @@ -4,5 +4,5 @@ htable=htable vconn=vconn obj_rbuf=rbuf.o rbuf_send.o rbuf_recv.o msgq.o -CFLAGS = -O3 -DECP_WITH_PTHREAD=1 -DECP_WITH_HTABLE=1 -DECP_WITH_RBUF=1 -DECP_WITH_MSGQ=1 -DECP_WITH_VCONN=1 -DECP_DEBUG=1 +CFLAGS = -O3 -DECP_WITH_PTHREAD=1 -DECP_WITH_HTABLE=1 -DECP_WITH_RBUF=1 -DECP_WITH_MSGQ=1 -DECP_WITH_VCONN=1 -DECP_WITH_DIRSRV -DECP_DEBUG=1 LDFLAGS = -lm -pthread
\ No newline at end of file |