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