mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/regex (Link): New section. * modules/rpmatch (Link): Likewise. * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL).
15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
Files:
|
|
tests/test-regex-quote.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
regex
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-regex-quote
|
|
check_PROGRAMS += test-regex-quote
|
|
test_regex_quote_LDADD = $(LDADD) $(LIBINTL)
|