[Nagiosplug-checkins] SF.net SVN: nagiosplug: [2017] nagiosplug/trunk/lib/tests/Makefile.am
tonvoon at users.sourceforge.net
tonvoon at users.sourceforge.net
Wed Jul 2 22:07:01 CEST 2008
Revision: 2017
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2017&view=rev
Author: tonvoon
Date: 2008-07-02 13:07:00 -0700 (Wed, 02 Jul 2008)
Log Message:
-----------
Use tap.h from the libtap directory
Modified Paths:
--------------
nagiosplug/trunk/lib/tests/Makefile.am
Modified: nagiosplug/trunk/lib/tests/Makefile.am
===================================================================
--- nagiosplug/trunk/lib/tests/Makefile.am 2008-07-02 20:00:08 UTC (rev 2016)
+++ nagiosplug/trunk/lib/tests/Makefile.am 2008-07-02 20:07:00 UTC (rev 2017)
@@ -5,7 +5,8 @@
TESTS = @EXTRA_TEST@
check_PROGRAMS = @EXTRA_TEST@
-INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins
+TAP_LIB_DIR = $(top_srcdir)/@TAP_DIR@/src
+INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/gl -I$(top_srcdir)/intl -I$(top_srcdir)/plugins -I$(TAP_LIB_DIR)
EXTRA_PROGRAMS = test_utils test_disk test_tcp test_cmd test_base64 test_ini test_opts
@@ -15,8 +16,6 @@
LIBS = @LIBINTL@
-TAP_LIB_DIR = $(top_srcdir)/@TAP_DIR@/src
-
test_utils_SOURCES = test_utils.c
test_utils_CFLAGS = -g -I..
test_utils_LDFLAGS = -L$(TAP_LIB_DIR) -ltap
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list