diff options
Diffstat (limited to 'python/builder.py')
-rw-r--r-- | python/builder.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/builder.py b/python/builder.py index b373366..81636a1 100644 --- a/python/builder.py +++ b/python/builder.py @@ -69,6 +69,9 @@ for m in ext_modules: if m.name in ('astra.plugin_c', 'astra.algorithm_c'): m.sources.append(os.path.join(self_path, 'astra', 'src', 'PythonPluginAlgorithm.cpp')) + if m.name in ('astra.plugin_c'): + m.sources.append(os.path.join(self_path, 'astra', 'src', + 'PythonPluginAlgorithmFactory.cpp')) setup(name='astra-toolbox', version='1.9.0dev', |