summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 948cf21)
raw | patch | inline | side by side (parent: 948cf21)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Wed, 21 Jan 2009 03:28:30 +0000 (22:28 -0500) | ||
committer | Thomas 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.
Everywhere else we use LTLIBINTL so I assume the tests should use it as well.
lib/tests/Makefile.am | patch | blob | history |
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index 1b036fe475f20ac5698c8848b20252b2e47784ea..a59a653664caf4a6506aab9335f2a431edf899e2 100644 (file)
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
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