From 883ef557ccc086cb682063fad2ce6d1cf291a03c Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 17 Mar 2005 21:21:20 +0000 Subject: [PATCH] added apdu.c so link would work. --- bacnet-stack/Makefile | 1 + 1 file changed, 1 insertion(+) 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}