Updated demo library to include BVLC file and functionality.

This commit is contained in:
skarg
2008-01-20 21:34:40 +00:00
parent e951f5ab0d
commit f92a6b10f0
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ PORT_SRC = \
$(BACNET_PORT)/rs485.c \
$(BACNET_CORE)/mstp.c \
$(BACNET_CORE)/crc.c \
$(BACNET_CORE)/bvlc.c \
$(BACNET_CORE)/bip.c
SRCS = ${CORE_SRC} ${PORT_SRC} ${HANDLER_SRC} ${OBJECT_SRC}