summaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2007-06-03 14:40:13 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2007-06-03 14:40:13 (GMT)
commitd059eeb2948f9d24d801f930e99e81fdf96d5c37 (patch)
tree472b15ce9785983d6e1389d5b16577c96c7a402f /lib/Makefile.am
parent0a73efe7cad3c3bfd423b65be3a3b9d3049be545 (diff)
downloadmonitoring-plugins-d059eeb2948f9d24d801f930e99e81fdf96d5c37.tar.gz
Moved check_tcp's expect string testing into utils_tcp for testing purposes.
Added -A/--all flag to test for every expect string passed. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 3909bb9..5d0f635 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -5,8 +5,8 @@ SUBDIRS = tests
5noinst_LIBRARIES = libnagiosplug.a 5noinst_LIBRARIES = libnagiosplug.a
6 6
7 7
8libnagiosplug_a_SOURCES = utils_base.c utils_disk.c 8libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c
9EXTRA_DIST = utils_base.h utils_disk.h 9EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h
10 10
11INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins 11INCLUDES = -I$(srcdir) -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
12 12