A clone of btpd with my configuration changes.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

12 líneas
246 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. stream.c stream.h\
  6. subr.c subr.h\
  7. metainfo.c metainfo.h\
  8. hashtable.c hashtable.h\
  9. iobuf.c iobuf.h\
  10. queue.h
  11. libmisc_a_CPPFLAGS=@openssl_CPPFLAGS@