diff options
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 |