Added conditional in Makefile so that the BVLC (IP) demos only get built when BACnet/IP is specified.

This commit is contained in:
skarg
2012-11-12 22:32:05 +00:00
parent 2707c37771
commit 61cda1dbf9
+5 -2
View File
@@ -47,8 +47,11 @@ LFLAGS = -Wl,$(LIBRARIES)
SUBDIRS = readprop writeprop readfile writefile reinit server dcc \
whohas whois ucov scov timesync epics readpropm \
mstpcap mstpcrc uptransfer \
whoisrouter iamrouter initrouter readbdt
mstpcap mstpcrc uptransfer
ifeq (${BACDL_DEFINE},-DBACDL_BIP=1)
SUBDIRS += whoisrouter iamrouter initrouter readbdt
endif
#ifeq (${BACNET_PORT},linux)
#SUBDIRS += router
#endif