fix build issues on Ubuntu

git-svn-id: http://encfs.googlecode.com/svn/trunk@114 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2013-10-03 05:10:01 +00:00
parent b59d806e4b
commit 0b6fabffde
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8)
project(Encfs)
project(Encfs C CXX)
set (ENCFS_MAJOR 2)
set (ENCFS_MINOR 0)

View File

@ -41,6 +41,7 @@
#endif
#include <string>
#include <sstream>
using namespace Botan;
using std::string;

View File

@ -18,6 +18,7 @@ target_link_libraries (encfs
encfs-base
${GLOG_LIBRARIES}
${FUSE_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
)
if (POD2MAN)