mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/options (Link): New section. * modules/options-tests (Makefile.am): Link test-options and test-options-prog with LIBINTL.
19 lines
309 B
Plaintext
19 lines
309 B
Plaintext
Files:
|
|
tests/test-options.c
|
|
tests/test-options-prog.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
bool
|
|
setenv
|
|
unsetenv
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-options
|
|
check_PROGRAMS += test-options
|
|
test_options_LDADD = $(LDADD) $(LIBINTL)
|
|
noinst_PROGRAMS += test-options-prog
|
|
test_options_prog_LDADD = $(LDADD) $(LIBINTL)
|