diff options
author | Bruno Haible <bruno@clisp.org> | 2010-05-18 20:11:42 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-05-18 20:13:13 +0200 |
commit | 1495c20d059a7bf8cae0ad51bc576f4c458674e1 (patch) | |
tree | 0fb4950e04afb6de2fde50902330d04ecafaeb1f /modules/unistr/u32-strcat-tests | |
parent | 68e3d00f99416b0d007e9ef9c7841488ea696e3d (diff) | |
download | gnulib-1495c20d059a7bf8cae0ad51bc576f4c458674e1.tar.gz |
New module 'libunistring-optional'.
Diffstat (limited to 'modules/unistr/u32-strcat-tests')
-rw-r--r-- | modules/unistr/u32-strcat-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/unistr/u32-strcat-tests b/modules/unistr/u32-strcat-tests index bc8b9c81a1..883319e5f2 100644 --- a/modules/unistr/u32-strcat-tests +++ b/modules/unistr/u32-strcat-tests @@ -11,3 +11,4 @@ Makefile.am: TESTS += test-u32-strcat check_PROGRAMS += test-u32-strcat test_u32_strcat_SOURCES = unistr/test-u32-strcat.c +test_u32_strcat_LDADD = $(LDADD) $(LIBUNISTRING) |