From a63142c9e6a97f9b145e784ae9175c36294f7e14 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Tue, 19 Nov 2013 14:43:59 +0000 Subject: Add socket creation program to Makefile --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d0b5fb3..746bd9c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,5 +35,6 @@ dist-hook: ChangeLog TESTS = yarns/run_yarns.sh -noinst_PROGRAMS = symtime +noinst_PROGRAMS = symtime sockbind symtime_SOURCES = yarns/symtime.c +sockbind_SOURCES = yarns/sockbind.c -- cgit v1.2.1