From 8e94d40e90b5ed006090af64ff7017a2d4f1a802 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Sun, 9 Jul 2006 16:24:18 +0000 Subject: ported logging function to a seperate file (nanohttp-logging.*) and renamed all logging functions. --- examples/csoap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/csoap/Makefile.am') diff --git a/examples/csoap/Makefile.am b/examples/csoap/Makefile.am index f44f62c..556dd95 100644 --- a/examples/csoap/Makefile.am +++ b/examples/csoap/Makefile.am @@ -1,4 +1,4 @@ -LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la -lpthread +LDADD=../../nanohttp/libnanohttp.la ../../libcsoap/libcsoap.la INCLUDES=-I${top_srcdir} noinst_PROGRAMS=simpleclient simpleserver echoattachments-client echoattachments-server -- cgit v1.1-32-gdbae