diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 79bf191..adc32d8 100644 --- a/config.h.in +++ b/config.h.in @@ -5,5 +5,8 @@ #define PROJECT_VERSION "${project_VERSION}" #define PROJECT_URL "${project_URL}" +#define GETTEXT_PACKAGE PROJECT_NAME +#define GETTEXT_DIRNAME "${CMAKE_INSTALL_PREFIX}/share/locale" + #endif /* ! CONFIG_H */ |