[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2135] nagiosplug/trunk/lib/tests/Makefile.am
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Wed Jan 21 04:31:17 CET 2009
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 <dermoth at aei.ca>
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.
More information about the Commits
mailing list