Index: LMDZ6/trunk/create_make_gcm
===================================================================
--- LMDZ6/trunk/create_make_gcm	(revision 5260)
+++ LMDZ6/trunk/create_make_gcm	(revision 5261)
@@ -215,5 +215,11 @@
                echo dernier str2 $str2  >> $logfile
             if [ "$str2" = "" ] ; then
-               echo Warn: Include $diri $trufile $fili $stri pas trouve >> $logfile
+		if [ "$stri" = "YOMCST" ] ; then
+		  str2='$(LIBO)/libphylmd.a(yomcst_mod_h.o)'  
+                  echo $str1 \\
+                  str1=$str2
+		else
+                  echo Warn: Include $diri $trufile $fili $stri pas trouve >> $logfile
+		fi
             elif [ "$str2" = "$str1" ] ; then
                echo Warn: Include $diri $trufile $fili $stri $str1 trouve 2x >> $logfile
Index: LMDZ6/trunk/makelmdz
===================================================================
--- LMDZ6/trunk/makelmdz	(revision 5260)
+++ LMDZ6/trunk/makelmdz	(revision 5261)
@@ -500,4 +500,5 @@
 
 src_dirs="$src_dirs phy${physique}/Dust"
+INCLUDE="${INCLUDE} -I\$(LIBF)/phy${physique}/Dust"
 if [[ "$dust" == "true" ]]; then
    CPP_KEY="$CPP_KEY CPP_Dust"
