From 72d40c9d0c37ffcef7ec079b124378344cbdfa07 Mon Sep 17 00:00:00 2001 From: Massimo Gengarelli Date: Tue, 1 May 2012 12:24:12 +0200 Subject: [PATCH] Don't compile the main.cc in the library Whops, I've forgot to remove this, probably because of the merge. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8330aa4..01168e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ file (GLOB UTIL_HEADERS ) add_library( fgrive SHARED - src/main.cc src/drive/Collection.cc src/drive/Drive.cc src/protocol/Download.cc