mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
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.
This commit is contained in:
parent
948cf21aae
commit
26bf63a5bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue