fix missing '.cpp' suffix to some recently included source files

This commit is contained in:
cristiangreco 2009-09-18 19:23:04 +00:00
parent e1def2ccaa
commit b5b96a74fa
1 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ libtorrent_rasterbar_la_SOURCES = \
alert.cpp \
allocator.cpp \
assert.cpp \
bandwidth_limit \
bandwidth_manager \
bandwidth_queue_entry \
bandwidth_limit.cpp \
bandwidth_manager.cpp \
bandwidth_queue_entry.cpp \
broadcast_socket.cpp \
bt_peer_connection.cpp \
connection_queue.cpp \
@ -78,7 +78,7 @@ libtorrent_rasterbar_la_SOURCES = \
ut_metadata.cpp \
ut_pex.cpp \
web_peer_connection.cpp \
\
\
$(KADEMLIA_SOURCES) \
$(GEOIP_SOURCES)