From 394c046fad64b78c3dcc727a004f8fbc641149f8 Mon Sep 17 00:00:00 2001 From: Michael Wojciechowski Date: Thu, 29 Sep 2005 16:31:24 +0000 Subject: [PATCH] Removed buffer.cpp, it does not exist --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index bf4cfcecc..3bf252588 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ lib_LTLIBRARIES = libtorrent.la libtorrent_la_SOURCES = allocate_resources.cpp async_gethostbyname.cpp \ -buffer.cpp entry.cpp escape_string.cpp \ +entry.cpp escape_string.cpp \ peer_connection.cpp piece_picker.cpp policy.cpp \ session.cpp sha1.cpp socket.cpp stat.cpp \ storage.cpp torrent.cpp torrent_handle.cpp \