Richard Nyberg hace 19 años
padre
commit
75e9db3b26
Se han modificado 1 ficheros con 7 adiciones y 6 borrados
  1. +7
    -6
      btpd/Makefile.am

+ 7
- 6
btpd/Makefile.am Ver fichero

@@ -1,17 +1,18 @@
bin_PROGRAMS=btpd bin_PROGRAMS=btpd
btpd_SOURCES=\ btpd_SOURCES=\
main.c util.c\
btpd.c btpd.h\ btpd.c btpd.h\
opts.c opts.h\ content.c content.h\
download.c download_subr.c download.h\
main.c\
net.c net.h\ net.c net.h\
net_buf.c net_buf.h\ net_buf.c net_buf.h\
queue.h \ opts.c opts.h\
peer.c peer.h\ peer.c peer.h\
content.c content.h\ queue.h\
download.c download_subr.c download.h\
torrent.c torrent.h\ torrent.c torrent.h\
tracker_req.c tracker_req.h\ tracker_req.c tracker_req.h\
upload.c upload.h upload.c upload.h\
util.c


btpd_LDADD=../misc/libmisc.a -levent -lcrypto -lm btpd_LDADD=../misc/libmisc.a -levent -lcrypto -lm
btpd_CPPFLAGS=-I$(top_srcdir)/misc @event_CPPFLAGS@ @openssl_CPPFLAGS@ btpd_CPPFLAGS=-I$(top_srcdir)/misc @event_CPPFLAGS@ @openssl_CPPFLAGS@


||||||
x
 
000:0
Cargando…
Cancelar
Guardar