summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-01-29 16:14:42 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-01-29 16:14:42 +0100
commit9eb61c6ed554697aaf38513cb12aea12e46392c5 (patch)
tree322cf126795bd28305fcd7c36cab3ffc3e5e4ca2 /src
parent0e3a275c7d9b33dd6d98a44c82a8e3ed37ec97f0 (diff)
downloadlibr-9eb61c6ed554697aaf38513cb12aea12e46392c5.tar.gz
libr-9eb61c6ed554697aaf38513cb12aea12e46392c5.zip
Fix FTBFS when bfd.h is considered internal and requires PACKAGE definitions.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r--src/config.h.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake
index 5b0870f..34fe955 100644
--- a/src/config.h.cmake
+++ b/src/config.h.cmake
@@ -1,3 +1,8 @@
+/* Define name of package. */
+#define PACKAGE "@PACKAGE@"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "@PACKAGE_VERSION@"
/* Define to 1 if translation of program messages to the user's native
language is requested. */