update copyright for 2014 year bump
[gnulib.git] / modules / localename-tests
index 51972e7..f7633f0 100644 (file)
@@ -1,10 +1,12 @@
 Files:
 tests/test-localename.c
+tests/macros.h
 
 Depends-on:
 locale
 setenv
 unsetenv
+strdup
 
 configure.ac:
 AC_CHECK_FUNCS_ONCE([newlocale])
@@ -12,5 +14,5 @@ AC_CHECK_FUNCS_ONCE([newlocale])
 Makefile.am:
 TESTS += test-localename
 check_PROGRAMS += test-localename
-test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@
+test_localename_LDADD = $(LDADD) @INTL_MACOSX_LIBS@ $(LIBTHREAD)