Add caModuleDirs.pm, needed for capr.pl

This commit is contained in:
Andrew Johnson
2017-09-22 14:15:27 -05:00
parent 79739f3eec
commit 33f503722e
2 changed files with 3 additions and 0 deletions

View File

@@ -46,6 +46,8 @@ ifeq ($(findstring $(OS_CLASS),WIN32 cygwin32),) # Doesn't build on WIN32
PERL_MODULES += CA.pm
PERL_MODULES += $(PERL_ARCHPATH)/$(LOADABLE_SHRLIB_PREFIX)Cap5$(LOADABLE_SHRLIB_SUFFIX)
PERL_MODULES += caModuleDirs.pm
HTMLS_DIR = .
HTMLS = CA.html
endif

View File

@@ -11,6 +11,7 @@ use strict;
use FindBin qw($Bin);
use lib "$Bin/../../lib/perl";
use caModuleDirs;
use Getopt::Std;
use EPICS::Path;