diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-13 12:50:23 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-07-13 12:50:23 (GMT) |
commit | 548083b2ea865474915fc8a9ddd361e997585a02 (patch) | |
tree | f3766c1f5d8f8ea1b2b721a5792e4fb4daf1cf68 /Makefile.am | |
parent | 6b9cc76d0a27631fbab19a31ab8bd46e143b7580 (diff) | |
download | monitoring-plugins-548083b2ea865474915fc8a9ddd361e997585a02.tar.gz |
Move new util_* functions to lib/
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1451 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 28367a9..a45758a 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -21,6 +21,7 @@ install-root: | |||
21 | cd plugins-root && $(MAKE) $@ | 21 | cd plugins-root && $(MAKE) $@ |
22 | 22 | ||
23 | test: | 23 | test: |
24 | cd lib && $(MAKE) test | ||
24 | cd plugins; $(MAKE) test | 25 | cd plugins; $(MAKE) test |
25 | cd plugins-scripts; $(MAKE) test | 26 | cd plugins-scripts; $(MAKE) test |
26 | 27 | ||