diff options
| author | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-09-12 21:23:01 +0000 |
|---|---|---|
| committer | Richard Nyberg <rnyberg@murmeldjur.se> | 2006-09-12 21:23:01 +0000 |
| commit | 763cbbb59f40bdfb2478e58a685acfc262876af6 (patch) | |
| tree | 7b3504b733ad61235cb4cde5f254f6700160489a /misc | |
| parent | 8695ecdf1886eb23bf72b738bfa26080877810e6 (diff) | |
| download | btpd-763cbbb59f40bdfb2478e58a685acfc262876af6.tar.gz btpd-763cbbb59f40bdfb2478e58a685acfc262876af6.zip | |
Hook the new files to the build.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/Makefile.am | 5 |
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@ |