diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean
index 1a1d74eb61987344441a3b2178f72546a32c0d51..a4096c3fbef0f5ebce40518b3ca31d41cdc61887 100755
--- a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean
+++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwclean
@@ -2,7 +2,7 @@
 cd ${0%/*} || exit 1    # run from this directory
 set -x
 
-wclean libso coupledDerivedFvPatch
+wclean libso coupledDerivedFvPatchFields
 wclean
 wclean chtMultiRegionSimpleFoam
 
diff --git a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake
index fa679a5ab3cb9cbf93b1c99002dc51d98d7b7be8..be40e0c4f4bfa7c261f2f501c5506eaa2b3523a0 100755
--- a/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake
+++ b/applications/solvers/heatTransfer/chtMultiRegionFoam/Allwmake
@@ -2,7 +2,7 @@
 cd ${0%/*} || exit 1    # run from this directory
 set -x
 
-wmake libso coupledDerivedFvPatch
+wmake libso coupledDerivedFvPatchFields
 wmake
 wmake chtMultiRegionSimpleFoam
 
diff --git a/applications/utilities/preProcessing/faceAgglomerate/Make/options b/applications/utilities/preProcessing/faceAgglomerate/Make/options
new file mode 100644
index 0000000000000000000000000000000000000000..c2b07c70247b621c7c6b968856a751fe4bdd8c4d
--- /dev/null
+++ b/applications/utilities/preProcessing/faceAgglomerate/Make/options
@@ -0,0 +1,11 @@
+EXE_INC = \
+    -I$(LIB_SRC)/finiteVolume/lnInclude \
+    -I$(LIB_SRC)/OpenFOAM/lnInclude \
+    -I$(LIB_SRC)/fvAgglomerationMethods/pairPatchAgglomeration/lnInclude
+
+EXE_LIBS = \
+    -lOpenFOAM \
+    -lfiniteVolume \
+    -lpairPatchAgglomeration \
+    -ltriSurface \
+    -lmeshTools
diff --git a/src/thermophysicalModels/radiationModels/Make/files b/src/thermophysicalModels/radiationModels/Make/files
index c86d8aa8d321f33659d709a87fd51afb032cb5ca..97e3d5a08a4f923a85c83fa86212019bd78a8520 100644
--- a/src/thermophysicalModels/radiationModels/Make/files
+++ b/src/thermophysicalModels/radiationModels/Make/files
@@ -34,3 +34,4 @@ derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C
 derivedFvPatchFields/greyDiffusiveViewFactor/greyDiffusiveViewFactorFixedValueFvPatchScalarField.C
 
 LIB = $(FOAM_LIBBIN)/libradiationModels
+
diff --git a/src/thermophysicalModels/radiationModels/Make/options b/src/thermophysicalModels/radiationModels/Make/options
index bb30507c4a2b89a0fd478788e28a58552176a70b..91f332c71f8ac49dbeffa05268f35b844d1de0d8 100644
--- a/src/thermophysicalModels/radiationModels/Make/options
+++ b/src/thermophysicalModels/radiationModels/Make/options
@@ -10,4 +10,5 @@ LIB_LIBS = \
     -lbasicThermophysicalModels \
     -lspecie \
     -lbasicSolidThermo \
-    -lmeshTools
\ No newline at end of file
+    -lmeshTools
+