diff options
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cc46a465..e89e4b0d 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ## Process this file with automake to produce Makefile.in | 1 | ## Process this file with automake to produce Makefile.in |
| 2 | 2 | ||
| 3 | SUBDIRS = intl lib plugins plugins-scripts m4 po | 3 | SUBDIRS = intl lib plugins plugins-scripts plugins-root m4 po |
| 4 | 4 | ||
| 5 | EXTRA_DIST = config.rpath \ | 5 | EXTRA_DIST = config.rpath \ |
| 6 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \ | 6 | ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \ |
| @@ -16,6 +16,9 @@ DEFS = -DLOCALEDIR=\"$(localedir)\" | |||
| 16 | dist-hook: | 16 | dist-hook: |
| 17 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec | 17 | make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec |
| 18 | 18 | ||
| 19 | install-root: | ||
| 20 | cd plugins-root && $(MAKE) $@ | ||
| 21 | |||
| 19 | test: | 22 | test: |
| 20 | cd plugins; $(MAKE) test | 23 | cd plugins; $(MAKE) test |
| 21 | cd plugins-scripts; $(MAKE) test | 24 | cd plugins-scripts; $(MAKE) test |
