1Files: 2tests/test-regex-quote.c 3tests/macros.h 4 5Depends-on: 6regex 7xalloc 8 9configure.ac: 10 11Makefile.am: 12TESTS += test-regex-quote 13check_PROGRAMS += test-regex-quote 14test_regex_quote_LDADD = $(LDADD) $(LIBINTL) 15
1Files: 2tests/test-regex-quote.c 3tests/macros.h 4 5Depends-on: 6regex 7xalloc 8 9configure.ac: 10 11Makefile.am: 12TESTS += test-regex-quote 13check_PROGRAMS += test-regex-quote 14test_regex_quote_LDADD = $(LDADD) $(LIBINTL) 15