From 3af77a2d0bea8732e03ef59b059245eb615caa23 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 27 Oct 2017 19:18:15 +0200 Subject: [PATCH] clients: move Makefile for OPAL-RT AsyncIP to subdirectory --- clients/Makefile.inc | 2 +- clients/{Makefile.opal.inc => opal/Makefile.inc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename clients/{Makefile.opal.inc => opal/Makefile.inc} (100%) diff --git a/clients/Makefile.inc b/clients/Makefile.inc index 162850c03..3d488c616 100644 --- a/clients/Makefile.inc +++ b/clients/Makefile.inc @@ -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)) diff --git a/clients/Makefile.opal.inc b/clients/opal/Makefile.inc similarity index 100% rename from clients/Makefile.opal.inc rename to clients/opal/Makefile.inc