A clone of btpd with my configuration changes.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Makefile.am 178 B

12345678
  1. noinst_LIBRARIES=libmisc.a
  2. libmisc_a_SOURCES=\
  3. benc.c benc.h\
  4. stream.c stream.h\
  5. subr.c subr.h\
  6. metainfo.c metainfo.h\
  7. iobuf.c iobuf.h
  8. libmisc_a_CPPFLAGS=@openssl_CPPFLAGS@