mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* 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)
|