1
0
Fork 0
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:
Steffen Vogel 2015-09-27 17:53:39 +02:00
parent c75e03db77
commit 2c669866dd

View file

@ -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