summary refs log tree commit diff
path: root/misc/Makefile.am
blob: 66209c316913c1878e3471806a6e22b8b0115daa (plain)
1
2
3
4
5
6
7
8
9
10
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\
	iobuf.c iobuf.h\
	queue.h
libmisc_a_CPPFLAGS=@openssl_CPPFLAGS@