mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
Files:
|
|
tests/test-fstrcmp.c
|
|
|
|
Depends-on:
|
|
stdbool
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-fstrcmp
|
|
check_PROGRAMS += test-fstrcmp
|
|
test_fstrcmp_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
|