X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=a1e4566a2b72bac2cbbd4aa0c816758fb3097660;hp=c6eef91b00bce652333fe8d54f117e4d9e415728;hb=ac6ee60516873a1c79d5d4c72269705b29dbdeca;hpb=31234485e8baf227ae4b013d4104d947c3afa250 diff --git a/Makefile b/Makefile index c6eef91b0..a1e4566a2 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,7 @@ perl-modules: " blib/lib/FS/part_export/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\ - " blib/lib/FS/cust_main/*.pm blib/lib/FS/cust_pkg/*.pm;\ + " blib/lib/FS/cust_main/*.pm blib/lib/FS/cust_pkg/*.pm blib/lib/FS/contact/*.pm;\ perl -p -i -e "\ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\ " blib/lib/FS/Daemon/*.pm;\