Macros for module func call numbers
[exim.git] / src / scripts / MakeLinks
index e45097243be93382064e37a3e71eb516031741ff..0be066352b9236889c3b4b087d89ceda6d1e26fe 100755 (executable)
@@ -94,7 +94,7 @@ d="miscmods"
 mkdir $d
 cd $d
 # Makefile is generated
-for f in dmarc.c dmarc.h spf.c spf.h
+for f in dmarc.c dmarc.h dmarc_api.h spf.c spf.h spf_api.h
 do
   ln -s ../../src/$d/$f $f
 done