From 352ed70600fe515f249cc24388b9329cc4e1258b Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Wed, 8 Nov 2006 09:01:48 +0000 Subject: Update the build scripts for the following events: o Some new source files. o Inclusion of libevent. o Removal of curl and pthreads dependencies. --- misc/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/Makefile.am b/misc/Makefile.am index 66209c3..c0c3844 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -2,10 +2,11 @@ noinst_LIBRARIES=libmisc.a libmisc_a_SOURCES=\ benc.c benc.h\ btpd_if.c btpd_if.h ipcdefs.h\ - stream.c stream.h\ - subr.c subr.h\ metainfo.c metainfo.h\ hashtable.c hashtable.h\ + http_client.c http_client.h\ iobuf.c iobuf.h\ - queue.h -libmisc_a_CPPFLAGS=@openssl_CPPFLAGS@ + queue.h\ + stream.c stream.h\ + subr.c subr.h +libmisc_a_CPPFLAGS=-I$(top_srcdir)/libevent @openssl_CPPFLAGS@ -- cgit 1.4.1