diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2007-09-17 08:19:48 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2007-09-17 08:19:48 +0000 |
commit | 117dd021f2602bc9633244c0b878d188a42228ed (patch) | |
tree | 30284bb794952a4ebdaa720946a0860838dae1ac /Makefile.am | |
parent | 05a980ba4bd3de0540771000955bd3235ad17acd (diff) | |
download | monitoring-plugins-117dd021f2602bc9633244c0b878d188a42228ed.tar.gz |
Include directories and files required for perl modules
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1781 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5c25f334..701c56cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ EXTRA_DIST = config.rpath \ REQUIREMENTS SUPPORT THANKS \ NPTest.pm contrib pkg nagios-plugins.spec \ config_test/Makefile config_test/run_tests config_test/child_test.c \ + perlmods tools/build_perl_modules \ tools/tinderbox_build ACLOCAL_AMFLAGS = -I gl/m4 -I m4 |