summary refs log tree commit diff
path: root/misc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'misc/Makefile.am')
-rw-r--r--misc/Makefile.am9
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@