summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard Nyberg <rnyberg@murmeldjur.se>2006-09-12 21:23:01 +0000
committerRichard Nyberg <rnyberg@murmeldjur.se>2006-09-12 21:23:01 +0000
commit763cbbb59f40bdfb2478e58a685acfc262876af6 (patch)
tree7b3504b733ad61235cb4cde5f254f6700160489a
parent8695ecdf1886eb23bf72b738bfa26080877810e6 (diff)
downloadbtpd-763cbbb59f40bdfb2478e58a685acfc262876af6.tar.gz
btpd-763cbbb59f40bdfb2478e58a685acfc262876af6.zip
Hook the new files to the build.
-rw-r--r--misc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am
index 38af57a..66209c3 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -1,8 +1,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\
-	iobuf.c iobuf.h
+	hashtable.c hashtable.h\
+	iobuf.c iobuf.h\
+	queue.h
 libmisc_a_CPPFLAGS=@openssl_CPPFLAGS@