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/nanohttp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/nanohttp/Makefile.am') diff --git a/examples/nanohttp/Makefile.am b/examples/nanohttp/Makefile.am index ae5e6a7..d0a6be7 100644 --- a/examples/nanohttp/Makefile.am +++ b/examples/nanohttp/Makefile.am @@ -1,4 +1,4 @@ -LDADD=../../nanohttp/libnanohttp.la -lpthread +LDADD=../../nanohttp/libnanohttp.la INCLUDES=-I${top_srcdir} noinst_PROGRAMS=http_server http_client -- cgit v1.1-32-gdbae