aboutsummaryrefslogtreecommitdiff
path: root/build_shared_library.py
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2015-06-27 01:15:23 +0200
committerMatthew Hodgson <matthew@matrix.org>2015-06-27 01:15:23 +0200
commit09d4125ff164f5ca686d12ccb0790c35ce721a6b (patch)
tree7ac8192180180705327d5090c5e603f54ddde2a0 /build_shared_library.py
parentfe958472453b1bac99854a419ef667d8f2cd351d (diff)
Rename axolotlpp as olm to avoid confusion with Axolotl-the-spec and Axolotl-the-OWS-libraries at moxie's request
Diffstat (limited to 'build_shared_library.py')
-rwxr-xr-xbuild_shared_library.py2
1 files changed, 1 insertions, 1 deletions
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)