From 8857c285e861459fc9f4ad6be4737747edbb2b0c Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 6 Jan 2010 12:54:27 +0100 Subject: [PATCH] build ts-http --- lib/ipc/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ipc/Makefile.am b/lib/ipc/Makefile.am index cda1d4a5b..13b5f8c59 100644 --- a/lib/ipc/Makefile.am +++ b/lib/ipc/Makefile.am @@ -25,9 +25,10 @@ libheim_ipcs_la_LIBADD = $(libheim_ipcc_la_LIBADD) TESTS = $(check_PROGRAMS) -noinst_PROGRAMS = tc ts +noinst_PROGRAMS = tc ts ts-http ts_LDADD = libheim-ipcs.la $(LIB_roken) +ts_http_LDADD = $(ts_LDADD) tc_LDADD = libheim-ipcc.la $(LIB_roken) if have_gcd