summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-09-18 09:35:02 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-12 14:51:32 -0400
commit46907b7fcf2c3b51d9080d806a0e54e0cf2c8a63 (patch)
treed738b1b59e22e413b0e0bb1b3c2b1399c4221214 /Makefile
parenta21c042fccdbd38eaa73e4374d2fdf9c91789fb7 (diff)
RT# 77498 - Customer Import now uses contact/Import.pm rather than contact_import.pm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bf3945b58..216cea0f0 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,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;\