Added Command object to the server demo. Thank you, Nikola Jelic.

This commit is contained in:
skarg
2014-03-05 17:02:38 +00:00
parent 1a6debfbf4
commit ef91dbb6ea
6 changed files with 1171 additions and 4 deletions
+4 -3
View File
@@ -1,4 +1,4 @@
#Makefile to build BACnet Application for the Linux Port
#Makefile to build BACnet Application for the GCC port
# tools - only if you need them.
# Most platforms have this already defined
@@ -19,16 +19,17 @@ OBJECT_SRC = \
$(BACNET_OBJECT)/bi.c \
$(BACNET_OBJECT)/bo.c \
$(BACNET_OBJECT)/bv.c \
$(BACNET_OBJECT)/channel.c \
$(BACNET_OBJECT)/command.c \
$(BACNET_OBJECT)/csv.c \
$(BACNET_OBJECT)/lc.c \
$(BACNET_OBJECT)/lo.c \
$(BACNET_OBJECT)/lsp.c \
$(BACNET_OBJECT)/ms-input.c \
$(BACNET_OBJECT)/mso.c \
$(BACNET_OBJECT)/msv.c \
$(BACNET_OBJECT)/nc.c \
$(BACNET_OBJECT)/trendlog.c \
$(BACNET_OBJECT)/channel.c \
$(BACNET_OBJECT)/lo.c \
$(BACNET_OBJECT)/bacfile.c
SRCS = ${SRC} ${OBJECT_SRC}