about summary refs log tree commit diff
path: root/misc/Makefile.am
blob: 38af57aefa4708fdd0c453b5f35f069fc04b73d3 (plain)
1
2
3
4
5
6
7
8
noinst_LIBRARIES=libmisc.a
libmisc_a_SOURCES=\
	benc.c benc.h\
	stream.c stream.h\
	subr.c subr.h\
	metainfo.c metainfo.h\
	iobuf.c iobuf.h
libmisc_a_CPPFLAGS=@openssl_CPPFLAGS@