diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-08 09:01:48 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-11-08 09:01:48 +0000 |
| commit | 352ed70600fe515f249cc24388b9329cc4e1258b (patch) | |
| tree | d9985a1b3263d3f8092a9cd2f14915cec09a5fce /misc | |
| parent | 95371d8453eb44e5bb17423ec396e1e4bf86acd7 (diff) | |
| download | btpd-352ed70600fe515f249cc24388b9329cc4e1258b.tar.gz btpd-352ed70600fe515f249cc24388b9329cc4e1258b.zip | |
Update the build scripts for the following events:
o Some new source files. o Inclusion of libevent. o Removal of curl and pthreads dependencies.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
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@ |