chiark / gitweb /
gai.c: Add program for name resolution using getaddrinfo(3).
[misc] / Makefile.am
index c908472771a33336a850f84690ecd5f3b0a438f5..4d8f307c042574971998a932afe2c93db4517926 100644 (file)
@@ -55,6 +55,11 @@ bin_PROGRAMS         += getpass
 getpass_SOURCES                 = getpass.c
 dist_man_MANS          += getpass.1
 
+## gai
+bin_PROGRAMS           += gai
+gai_SOURCES             = gai.c
+dist_man_MANS          += gai.1
+
 ## gorp
 if HAVE_CATACOMB
 bin_PROGRAMS           += gorp