diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2016-03-03 14:21:38 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2016-03-03 14:21:38 +0100 |
commit | 9d8d0fa048fe9da6adb31b7d49124f8425eb7f63 (patch) | |
tree | 8c890c11cb64bf358dd69975f6be5fca8ce80e27 /build | |
parent | a924b809252a187d49635b72c8c36c31777137b4 (diff) | |
parent | 57b2a752a458266066c1048b9cfacafd7692b943 (diff) | |
download | astra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.tar.gz astra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.tar.bz2 astra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.tar.xz astra-9d8d0fa048fe9da6adb31b7d49124f8425eb7f63.zip |
Merge pull request #32 from dmpelt/split-conda
Split conda package into c++ lib and python parts
Diffstat (limited to 'build')
-rw-r--r-- | build/linux/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in index 951e9f0..a199bf6 100644 --- a/build/linux/Makefile.in +++ b/build/linux/Makefile.in @@ -150,6 +150,7 @@ BASE_OBJECTS=\ src/ParallelProjectionGeometry3D.lo \ src/ParallelVecProjectionGeometry3D.lo \ src/PlatformDepSystemCode.lo \ + src/PluginAlgorithm.lo \ src/ProjectionGeometry2D.lo \ src/ProjectionGeometry3D.lo \ src/Projector2D.lo \ @@ -255,7 +256,6 @@ MATLAB_MEX=\ matlab/mex/astra_mex_direct_c.$(MEXSUFFIX) ifeq ($(python),yes) -ALL_OBJECTS+=src/PluginAlgorithm.lo MATLAB_MEX+=matlab/mex/astra_mex_plugin_c.$(MEXSUFFIX) endif |