Code

Fix (or try at least) for IRIX compile to tap tests
authorThomas Guyot-Sionnest <dermoth@aei.ca>
Wed, 21 Jan 2009 03:28:30 +0000 (22:28 -0500)
committerThomas Guyot-Sionnest <dermoth@aei.ca>
Wed, 21 Jan 2009 03:28:30 +0000 (22:28 -0500)
Gnulib says: "$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise"
Everywhere else we use LTLIBINTL so I assume the tests should use it as well.

lib/tests/Makefile.am

index 1b036fe475f20ac5698c8848b20252b2e47784ea..a59a653664caf4a6506aab9335f2a431edf899e2 100644 (file)
@@ -13,7 +13,7 @@ np_test_scripts = test_base64.t test_cmd.t test_disk.t test_ini.t test_opts.t te
 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