mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/git-merge-changelog (git_merge_changelog_LDADD): Add $(LIBTHREAD). * modules/strsignal-tests (test_strsignal_LDADD): Likewise. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
Files:
|
|
tests/test-strsignal.c
|
|
tests/signature.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-strsignal
|
|
check_PROGRAMS += test-strsignal
|
|
test_strsignal_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
|