diff options
Diffstat (limited to 'ecp/src/Makefile.posix')
-rw-r--r-- | ecp/src/Makefile.posix | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/ecp/src/Makefile.posix b/ecp/src/Makefile.posix index 0c7e811..93b9a98 100644 --- a/ecp/src/Makefile.posix +++ b/ecp/src/Makefile.posix @@ -1,8 +1,6 @@ -platform=posix +platform = posix +obj += rbuf.o rbuf_send.o rbuf_recv.o msgq.o +subdirs += htable vconn -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_WITH_DIRSRV -DECP_DEBUG=1 -LDFLAGS = -lm -pthread
\ No newline at end of file +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 |