diff --git a/src/cw/Makefile b/src/cw/Makefile index 471608b1..a54e6b74 100644 --- a/src/cw/Makefile +++ b/src/cw/Makefile @@ -171,7 +171,6 @@ MISCSRC=\ msgset.c\ send.c\ strheap.c\ - netconn.c\ conn.c \ val.c \ discovery.c\ @@ -188,6 +187,7 @@ MISCSRC=\ # cw_put_msg.c\ # conn_process_packet.c\ # conn_destroy.c\ + netconn.c\ DTLSSRC+=\ dtls_bio.c\