gai.c: Add program for name resolution using getaddrinfo(3).
[misc] / Makefile.am
index c908472..4d8f307 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