mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
cbe5f76835
* modules/servent-tests (Depends-on): Add htonl. (Makefile.am): Link program to $(HTONL_LIB). * tests/test-servent.c (main): Fix formatting and typo.
14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
Files:
|
|
tests/test-servent.c
|
|
tests/signature.h
|
|
|
|
Depends-on:
|
|
htonl
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-servent
|
|
check_PROGRAMS += test-servent
|
|
test_servent_LDADD = $(LDADD) $(SERVENT_LIB) $(HTONL_LIB)
|