mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
iec61850: add compiler flag
This commit is contained in:
parent
2fc4285b55
commit
5441f8c0d8
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ ifeq ($(WITH_IEC61850),1)
|
|||
ifneq ($(or $(wildcard /usr/include/libiec61850/*), $(wildcard /usr/local/include/libiec61850/*)),)
|
||||
LIB_SRCS += $(wildcard lib/nodes/iec61850_*.c)
|
||||
LIB_LDLIBS += -liec61850
|
||||
LIB_CFLAGS += -DWITH_IEC61850
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue