Closed xresende closed 8 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.
Changed Makefile to use libtrackcpp.a, but had to use -Wl,--whole-archive, which includes additional symbols in shared library.
Instead of recompiling object files from c++ source files this Makefile could link to the libtrackcpp.a that is installed in the system.