From 763cbbb59f40bdfb2478e58a685acfc262876af6 Mon Sep 17 00:00:00 2001 From: Richard Nyberg Date: Tue, 12 Sep 2006 21:23:01 +0000 Subject: [PATCH] Hook the new files to the build. --- misc/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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@