1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

clients: move Makefile for OPAL-RT AsyncIP to subdirectory

This commit is contained in:
Steffen Vogel 2017-10-27 19:18:15 +02:00
parent d80289a5a3
commit 3af77a2d0b
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@
CLIENTS =
ifneq ($(wildcard $(SRCDIR)/thirdparty/libopal/include/opal/AsyncApi.h),)
-include $(SRCDIR)/clients/Makefile.opal.inc
-include $(SRCDIR)/clients/opal/Makefile.inc
endif
clients: $(addprefix clients-,$(CLIENTS))