mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-14 14:12:31 +00:00
Commiting basic files for rtorrent.
git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@233 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
bin_PROGRAMS = rtorrent
|
||||
|
||||
rtorrent_SOURCES = \
|
||||
rtorrent.cc
|
||||
|
||||
rtorrent_LDADD =
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user