summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-07-08 10:09:11 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-07-08 10:09:11 (GMT)
commita25083faf9c4149d82b9725b61bbc72dc956621c (patch)
treee0360ff83b76ca9c31bb5740746e5aa1715b9e40 /Makefile.am
parentb93562e6e235eabbe620dc969702bb381d3a0a07 (diff)
downloadmonitoring-plugins-a25083faf9c4149d82b9725b61bbc72dc956621c.tar.gz
Removed libtap configuration for the moment, as tinderbox builds
are breaking git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2020 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 208dbba..c495a70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,7 +27,7 @@ install-root:
27tap: 27tap:
28 cd @TAP_DIR@ && $(MAKE) 28 cd @TAP_DIR@ && $(MAKE)
29 29
30test test-debug: tap 30test test-debug:
31 cd lib && $(MAKE) $@ 31 cd lib && $(MAKE) $@
32 if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi 32 if test "$(PERLMODS_DIR)" != ""; then cd perlmods && $(MAKE) $@; fi
33 cd plugins && $(MAKE) $@ 33 cd plugins && $(MAKE) $@