From: victor Date: Wed, 7 Oct 2009 11:37:38 +0000 (+0000) Subject: not a release X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=b6f577e28f70715603630d2185dd1ba324a420c6;p=swift-upb.git not a release git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@395 e16421f0-f15b-0410-abcd-98678b794739 --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..d272883 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,3 @@ +0.002 - This is not a release - 7 Oct 2009 + + - it does not even compile, committed for reading purposes only diff --git a/SConstruct b/SConstruct index f1d6cfe..f485110 100644 --- a/SConstruct +++ b/SConstruct @@ -8,7 +8,7 @@ env = Environment(CPPPATH = ['.']) env.SharedLibrary ( target='p2tp', source = [ 'bin.cpp','hashtree.cpp','datagram.cpp', - 'sbit.cpp' ], + 'bins.cpp' ], LIBS=['stdc++','gtest','glog','crypto'] ) SConscript('tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 8a64f7f..e583a3b 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -8,8 +8,8 @@ env.Program( LIBPATH='..' ) env.Program( - target='binstest', - source=['binstest.cpp'], + target='binstest2', + source=['binstest2.cpp'], CPPPATH=['..'], LIBS=['p2tp','stdc++','gtest','glog'], LIBPATH='..' )