diff --git a/bacnet-stack/Makefile b/bacnet-stack/Makefile index 44f14f8a..e54cbceb 100644 --- a/bacnet-stack/Makefile +++ b/bacnet-stack/Makefile @@ -12,6 +12,7 @@ SRCS = ports/linux/main.c \ bigend.c \ whois.c \ iam.c \ + apdu.c \ npdu.c OBJS = ${SRCS:.c=.o}