diff options
Diffstat (limited to 'plugins-scripts/Makefile.am')
-rw-r--r-- | plugins-scripts/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 78a950c2..794a34f8 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am @@ -26,7 +26,8 @@ EXTRA_DIST=check_breeze.pl check_disk_smb.pl check_flexlm.pl check_ircd.pl \ EDIT = sed \ -e 's|[@]NP_VERSION[@]|$(NP_VERSION)|g' \ -e 's|[@]TRUSTED_PATH[@]|$(with_trusted_path)|g' \ - -e 's|[@]PERL[@]|$(PERL)|g' + -e 's|[@]PERL[@]|$(PERL)|g' \ + -e 's|[@]libexecdir[@]|$(libexecdir)|g' TESTS_ENVIRONMENT=perl -I $(top_builddir) -I $(top_srcdir) |