]> www.ginac.de Git - cln.git/commitdiff
[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)
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

index 69435349ddaea69c113bfdc971f8b531411c6016..bc99b36a926aa0207f261deff1ce7fa14d3ee7b0 100644 (file)
@@ -1,14 +1,6 @@
 // Version string buried into the library
-
-// General includes.
-#include "base/cl_sysdep.h"
-
-// Specification.
 #include "cln/version.h"
 
-
-// Implementation.
-
 namespace cln {
 
 const int version_major = CL_VERSION_MAJOR;