From ef9691a1be1d9544df3f27fc9aa3895bbafdf26e Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 20 Jul 2019 12:26:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D0=B2=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B5=20?= =?UTF-8?q?cmlib=5Fconfig.hpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hpp/cmlib_config.hpp.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hpp/cmlib_config.hpp.in b/hpp/cmlib_config.hpp.in index be5f27f..37e8bb3 100644 --- a/hpp/cmlib_config.hpp.in +++ b/hpp/cmlib_config.hpp.in @@ -19,9 +19,9 @@ #cmakedefine HAVE__FSEEKI64 #cmakedefine HAVE_LARGEFILES @HAVE_LARGEFILES@ -#define @CMLIB_PROJECT_NAME_CANONICAL@_LSB_ID "@LSB_DISTRIBUTOR_ID@" -#define @CMLIB_PROJECT_NAME_CANONICAL@_LSB_CODENAME "@LSB_CODENAME@" -#define @CMLIB_PROJECT_NAME_CANONICAL@_LSB_RELEASE "@LSB_RELEASE@" +#define TARGET_LSB_ID_@LSB_DISTRIBUTOR_ID@ +#define TARGET_LSB_CODENAME_@LSB_CODENAME@ +#define TARGET_LSB_RELEASE "@LSB_RELEASE@" #endif /* @CMLIB_PROJECT_NAME_CANONICAL@_CMLIB_CONFIG_HPP_ */