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

[email protected]
Newsgroups gmane.network.nagios.plugins.cvs
Message-ID <[email protected]>
Revision: 2135
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2135&view=rev
Author:   dermoth
Date:     2009-01-21 03:31:16 +0000 (Wed, 21 Jan 2009)

Log Message:
-----------
Fix (or try at least) for IRIX compile to tap tests

Gnulib says: "$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise"
Everywhere else we use LTLIBINTL so I assume the tests should use it as well.

From: Thomas Guyot-Sionnest <[email protected]>

Modified Paths:
--------------
    nagiosplug/trunk/lib/tests/Makefile.am

Modified: nagiosplug/trunk/lib/tests/Makefile.am
===================================================================
--- nagiosplug/trunk/lib/tests/Makefile.am	2009-01-21 03:03:42 UTC (rev 2134)
+++ nagiosplug/trunk/lib/tests/Makefile.am	2009-01-21 03:31:16 UTC (rev 2135)
@@ -13,7 +13,7 @@
 np_test_files = config-dos.ini config-opts.ini config-tiny.ini plugin.ini plugins.ini
 EXTRA_DIST = $(np_test_scripts) $(np_test_files)
 
-LIBS = @LIBINTL@
+LIBS = @LTLIBINTL@
 
 if USE_LIBTAP_LOCAL
 tap_cflags = -I$(top_srcdir)/tap


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
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.