Added Alarm and event source files to default library makefile to get better testing and visibility.

This commit is contained in:
skarg
2009-11-19 16:03:57 +00:00
parent 5b746d3016
commit 46c78db995
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -71,6 +71,13 @@ CORE_SRC = \
$(BACNET_CORE)/tsm.c \
$(BACNET_CORE)/bacaddr.c \
$(BACNET_CORE)/address.c \
$(BACNET_CORE)/bacdevobjpropref.c \
$(BACNET_CORE)/bacpropstates.c \
$(BACNET_CORE)/alarm_ack.c \
$(BACNET_CORE)/event.c \
$(BACNET_CORE)/getevent.c \
$(BACNET_CORE)/readrange.c \
$(BACNET_CORE)/timestamp.c \
$(BACNET_CORE)/version.c
HANDLER_SRC = \