mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed typo in Makefile
This commit is contained in:
parent
c75e03db77
commit
2c669866dd
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ endif
|
|||
# Enable file node type support
|
||||
ifndef DISABLE_FILE
|
||||
override CFLAGS += -DENABLE_FILE
|
||||
OBJS += ngsi.o
|
||||
OBJS += file.o
|
||||
endif
|
||||
|
||||
# Enable Socket node type when libnl3 is available
|
||||
|
|
Loading…
Add table
Reference in a new issue