1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

fix Makfile uci

This commit is contained in:
Patrick Grimm 2013-03-31 18:14:59 +02:00
parent ca8fc00f9a
commit be0e66cf8a

View File

@ -28,7 +28,7 @@ PFLAGS = -pthread
TARGET_EXT =
LIBRARY1=-L$(BACNET_LIB_DIR),-l$(BACNET_LIB_NAME)
LIBRARY2=-lc,-lgcc,-lrt,-lm
LIBRARY3=-L$(UCI_LIB_DIR),-luci
LIBRARY3=-luci
LIBRARIES=$(LIBRARY1),$(LIBRARY2),$(LIBRARY3)
endif
ifeq (${BACNET_PORT},bsd)