]> www.ginac.de Git - cln.git/commit
[bugfix] Actually compile in version info into the library.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sun, 7 Sep 2008 15:33:11 +0000 (19:33 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Sun, 7 Sep 2008 15:33:11 +0000 (19:33 +0400)
commit35751aa2857c2c35de57a51b44cd6028db641199
tree0fc4f7cbcb4a7cc62af6d9d7072c31624f562065
parentbd360b168b7f2203bc68fb95618ce1c2b9d13761
[bugfix] Actually compile in version info into the library.

src/base/cl_version.cc: don't #include "cl_sysdep.h", so the version info
actually gets compiled into the library.

Due to the changes introduced in 7da4d3ae ("build: switch to ordinary auto*
tools system") including "cln/version.h" after "cl_config.h" is no-op (yes,
this is intended).
src/base/cl_version.cc