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