A clone of btpd with my configuration changes.
25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- bin_PROGRAMS=btinfo btcli
-
- btinfo_SOURCES=btinfo.c
- btinfo_LDADD=../misc/libmisc.a -lcrypto -lm
- btinfo_CPPFLAGS=-I$(top_srcdir)/misc @openssl_CPPFLAGS@
- btinfo_LDFLAGS=@openssl_LDFLAGS@
-
- btcli_SOURCES=btcli.c btpd_if.c btpd_if.h
- btcli_LDADD=../misc/libmisc.a -lcrypto -lm
- btcli_CPPFLAGS=-I$(top_srcdir)/misc @openssl_CPPFLAGS@
- btcli_LDFLAGS=@openssl_LDFLAGS@
|