lnls-fac / trackcpp

Particle tracking code
GNU General Public License v3.0
3 stars 3 forks source link

Modify Makefile in python_module #17

Closed xresende closed 8 years ago

xresende commented 9 years ago

Instead of recompiling object files from c++ source files this Makefile could link to the libtrackcpp.a that is installed in the system.

ghost commented 9 years ago

Changed Makefile to use libtrackcpp.a, but had to use -Wl,--whole-archive, which includes additional symbols in shared library.