diff options
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 819b87461..555700bad 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -169,6 +169,10 @@ split_LDADD += $(LIBICONV) timeout_LDADD += $(LIBICONV) truncate_LDADD += $(LIBICONV) +# programs that use getaddrinfo (e.g., via canon_host) +pinky_LDADD = $(LDADD) $(GETADDRINFO_LIB) +who_LDADD = $(LDADD) $(GETADDRINFO_LIB) + $(PROGRAMS): ../lib/libcoreutils.a # Get the release year from ../lib/version-etc.c. |