diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-02 20:07:00 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-02 20:07:00 (GMT) |
commit | f1bfe40afb671f5af4b32c446cbcbd8b61343739 (patch) | |
tree | 54f83f4b902aa095f2aa37609b5e971e934cc185 /lib/tests | |
parent | 25f0e9f4f09c7d161fbc1e3483501a9f3e7e5b3f (diff) | |
download | monitoring-plugins-f1bfe40afb671f5af4b32c446cbcbd8b61343739.tar.gz |
Use tap.h from the libtap directory
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2017 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/tests')
-rw-r--r-- | lib/tests/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 45c1152..9eeef93 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am | |||
@@ -5,7 +5,8 @@ noinst_PROGRAMS = @EXTRA_TEST@ | |||
5 | TESTS = @EXTRA_TEST@ | 5 | TESTS = @EXTRA_TEST@ |
6 | check_PROGRAMS = @EXTRA_TEST@ | 6 | check_PROGRAMS = @EXTRA_TEST@ |
7 | 7 | ||
8 | INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins | 8 | TAP_LIB_DIR = $(top_srcdir)/@TAP_DIR@/src |
9 | INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins -I$(TAP_LIB_DIR) | ||
9 | 10 | ||
10 | EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd test_base64 test_ini test_opts | 11 | EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd test_base64 test_ini test_opts |
11 | 12 | ||
@@ -15,8 +16,6 @@ EXTRA_DIST = $(np_test_scripts) $(np_test_files) | |||
15 | 16 | ||
16 | LIBS = @LIBINTL@ | 17 | LIBS = @LIBINTL@ |
17 | 18 | ||
18 | TAP_LIB_DIR = $(top_srcdir)/@TAP_DIR@/src | ||
19 | |||
20 | test_utils_SOURCES = test_utils.c | 19 | test_utils_SOURCES = test_utils.c |
21 | test_utils_CFLAGS = -g -I.. | 20 | test_utils_CFLAGS = -g -I.. |
22 | test_utils_LDFLAGS = -L$(TAP_LIB_DIR) -ltap | 21 | test_utils_LDFLAGS = -L$(TAP_LIB_DIR) -ltap |