1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/options
Bruno Haible 4ed606dd83 options tests: Fix link error.
* modules/options (Link): New section.
* modules/options-tests (Makefile.am): Link test-options and
test-options-prog with LIBINTL.
2025-06-30 11:22:40 +02:00

28 lines
286 B
Plaintext

Description:
Parsing program options.
Files:
lib/options.h
lib/options.c
Depends-on:
getopt-gnu
stdcountof-h
configure.ac:
Makefile.am:
lib_SOURCES += options.c
Include:
"options.h"
Link:
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
GPL
Maintainer:
all