Finishing the renaming.
[flatland.git] / build.py
index 4f00b97..cb77b38 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -8,10 +8,10 @@ this_file = os.path.dirname(__file__)
 print('__file__', __file__)
 
 ffi = create_extension(
-    '_ext.mylib',
-    headers = [ 'mylib.h' ],
-    sources = [ 'mylib.c' ],
-    extra_objects = [ '/home/fleuret/sources/python/flatland/flatland.so' ],
+    '_ext.flatland',
+    headers = [ 'flatland.h' ],
+    sources = [ 'flatland.c' ],
+    extra_objects = [ '/home/fleuret/sources/python/flatland/flatland_generator.so' ],
     libraries = [ ],
     library_dirs = [ ],
     define_macros = [ ],