From 109bfed70d7f9b2f3e634c3c8156ac7ac74e189c Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 17 Nov 2011 03:03:33 +0000 Subject: [PATCH] Updated makefile for mstpsnap. --- bacnet-stack/ports/linux/mstpsnap.mak | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/ports/linux/mstpsnap.mak b/bacnet-stack/ports/linux/mstpsnap.mak index 1571895b..a7df8ecf 100644 --- a/bacnet-stack/ports/linux/mstpsnap.mak +++ b/bacnet-stack/ports/linux/mstpsnap.mak @@ -35,6 +35,7 @@ LFLAGS = -Wl,-Map=$(TARGET).map,$(LIBRARIES),--gc-sections SRCS = mstpsnap.c \ ${BACNET_PORT_DIR}/rs485.c \ + ${BACNET_PORT_DIR}/timer.c \ ${BACNET_SOURCE_DIR}/bacint.c \ ${BACNET_SOURCE_DIR}/mstp.c \ ${BACNET_SOURCE_DIR}/mstptext.c \