From 09d4125ff164f5ca686d12ccb0790c35ce721a6b Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 27 Jun 2015 01:15:23 +0200 Subject: Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-the-OWS-libraries at moxie's request --- build_shared_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_shared_library.py') diff --git a/build_shared_library.py b/build_shared_library.py index 1081846..6dbafcd 100755 --- a/build_shared_library.py +++ b/build_shared_library.py @@ -25,7 +25,7 @@ source_files = glob.glob("src/*.cpp") compile_args = "g++ -O0 -g -Iinclude -Ilib --std=c++11 --shared -fPIC".split() compile_args += source_files -library = "build/libaxolotl.so" +library = "build/libolm.so" def run(args): print " ".join(args) -- cgit v1.2.3