From c120ad85905a5e73f995cac9a51b7556ed82b52c 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