diff --git a/src/Makefile.am b/src/Makefile.am index 3d9b06e7..bf295730 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,4 +9,4 @@ rtorrent_LDADD = \ $(top_srcdir)/src/input/libsub_input.a rtorrent_SOURCES = \ - rtorrent.cc + main.cc diff --git a/src/rtorrent.cc b/src/main.cc similarity index 100% rename from src/rtorrent.cc rename to src/main.cc