A clone of btpd with my configuration changes.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
301 B

  1. noinst_LIBRARIES=libmisc.a
  2. libmisc_a_SOURCES=\
  3. benc.c benc.h\
  4. btpd_if.c btpd_if.h ipcdefs.h\
  5. metainfo.c metainfo.h\
  6. hashtable.c hashtable.h\
  7. http_client.c http_client.h\
  8. iobuf.c iobuf.h\
  9. queue.h\
  10. stream.c stream.h\
  11. subr.c subr.h
  12. libmisc_a_CPPFLAGS=-I$(top_srcdir)/libevent @openssl_CPPFLAGS@