summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2013-11-19 14:43:59 +0000
committerBen Brown <ben.brown@codethink.co.uk>2013-11-20 12:48:25 +0000
commita63142c9e6a97f9b145e784ae9175c36294f7e14 (patch)
treeb6b4e178b5529f431b168d3f9ea5cdca4e117de3
parent9f237e103a96a95bf294c06f7774323e8cfe761b (diff)
downloadtbdiff-a63142c9e6a97f9b145e784ae9175c36294f7e14.tar.gz
Add socket creation program to Makefile
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
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