forked from premiere/premiere-libtorrent
fix geoip left-overs in src/Makefile.am
This commit is contained in:
parent
7830081585
commit
65473fa783
|
@ -29,10 +29,6 @@ KADEMLIA_SOURCES = \
|
||||||
../ed25519/src/verify.cpp
|
../ed25519/src/verify.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if WITH_SHIPPED_GEOIP
|
|
||||||
GEOIP_SOURCES = GeoIP.c
|
|
||||||
endif
|
|
||||||
|
|
||||||
if WITH_OPENSSL
|
if WITH_OPENSSL
|
||||||
ASIO_OPENSSL_SOURCES = asio_ssl.cpp
|
ASIO_OPENSSL_SOURCES = asio_ssl.cpp
|
||||||
endif
|
endif
|
||||||
|
@ -52,7 +48,6 @@ libtorrent_rasterbar_la_SOURCES = \
|
||||||
block_cache.cpp \
|
block_cache.cpp \
|
||||||
bt_peer_connection.cpp \
|
bt_peer_connection.cpp \
|
||||||
chained_buffer.cpp \
|
chained_buffer.cpp \
|
||||||
connection_queue.cpp \
|
|
||||||
ConvertUTF.cpp \
|
ConvertUTF.cpp \
|
||||||
crc32c.cpp \
|
crc32c.cpp \
|
||||||
create_torrent.cpp \
|
create_torrent.cpp \
|
||||||
|
@ -141,7 +136,6 @@ libtorrent_rasterbar_la_SOURCES = \
|
||||||
xml_parse.cpp \
|
xml_parse.cpp \
|
||||||
\
|
\
|
||||||
$(KADEMLIA_SOURCES) \
|
$(KADEMLIA_SOURCES) \
|
||||||
$(GEOIP_SOURCES) \
|
|
||||||
$(ASIO_OPENSSL_SOURCES)
|
$(ASIO_OPENSSL_SOURCES)
|
||||||
|
|
||||||
#libtorrent_rasterbar_la_LDFLAGS = $(LDFLAGS) -version-info $(INTERFACE_VERSION_INFO)
|
#libtorrent_rasterbar_la_LDFLAGS = $(LDFLAGS) -version-info $(INTERFACE_VERSION_INFO)
|
||||||
|
|
Loading…
Reference in New Issue