From 0a7aff726cf286c555af7add01366b07e95c1624 Mon Sep 17 00:00:00 2001 From: TobiKattmann Date: Wed, 28 Aug 2019 15:25:52 +0200 Subject: [PATCH] Fix path in Makefile which causes autotools builds to fail. --- SU2_CFD/obj/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SU2_CFD/obj/Makefile.am b/SU2_CFD/obj/Makefile.am index 1ecd420e0ed..c0cb5ce4663 100644 --- a/SU2_CFD/obj/Makefile.am +++ b/SU2_CFD/obj/Makefile.am @@ -110,7 +110,7 @@ libSU2Core_sources = ../src/definition_structure.cpp \ ../src/solver_template.cpp \ ../src/transfer_physics.cpp \ ../src/transfer/CTransfer.cpp \ - ../src/transfer/CTransfer_BoundaryDisplacements.cpp \ + ../src/transfer/physics/CTransfer_BoundaryDisplacements.cpp \ ../src/transport_model.cpp \ ../src/variables/CFEAFSIBoundVariable.cpp \ ../src/variables/CFEABoundVariable.cpp \