From 26bf63a5bba0fae77033693030c75eace202f988 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Tue, 20 Jan 2009 22:28:30 -0500 Subject: 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. diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 1b036fe..a59a653 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -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 -- cgit v0.10-9-g596f