SF.net SVN: nagiosplug: [2017] nagiosplug/trunk/lib/tests/Makefile.am

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
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.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.