mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
osx: new periodic task system allows us to compile more node types for OS X
This commit is contained in:
parent
a13097fa80
commit
27f60325a5
2 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ install-libvillas: libvillas
|
|||
install -m 0755 -D -T $(LIB) $(DESTDIR)$(PREFIX)/lib/$(LIB_NAME).so.$(LIB_ABI_VERSION)
|
||||
install -m 0644 -D -t $(DESTDIR)$(PREFIX)/include/villas/ include/villas/*.h
|
||||
ln -srf $(DESTDIR)$(PREFIX)/lib/$(LIB_NAME).so.$(LIB_ABI_VERSION) $(DESTDIR)$(PREFIX)/lib/$(LIB_NAME).so
|
||||
ldconfig
|
||||
if [ "$(PLATFORM)" == "Linux" ]; then ldconfig; fi
|
||||
|
||||
clean-libvillas:
|
||||
rm -f $(LIB)
|
||||
|
|
|
@ -23,13 +23,13 @@
|
|||
LIB_SRCS += $(addprefix lib/nodes/, cbuilder.c loopback.c)
|
||||
|
||||
ifeq ($(PLATFORM),Linux)
|
||||
WITH_FILE ?= 1
|
||||
WITH_SIGNAL ?= 1
|
||||
WITH_NGSI ?= 1
|
||||
WITH_FPGA ?= 1
|
||||
WITH_TEST_RTT ?= 1
|
||||
endif
|
||||
|
||||
WITH_FILE ?= 1
|
||||
WITH_SIGNAL ?= 1
|
||||
WITH_NGSI ?= 1
|
||||
WITH_WEBSOCKET ?= 1
|
||||
WITH_SOCKET ?= 1
|
||||
WITH_ZEROMQ ?= 1
|
||||
|
|
Loading…
Add table
Reference in a new issue