aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-04 19:42:39 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-11-04 19:42:39 +0100
commit3cf1fd2a97f5673b53bab691f8db97c844b999ba (patch)
treef82c5855e8df2a9ab171b26d7e26d270f4ad52ba /src/config.h.in
parent0a648d2db08a0182560096b435f67c60e3c9cbd5 (diff)
downloadyawa-3cf1fd2a97f5673b53bab691f8db97c844b999ba.tar.xz
Replace autotools with CMake
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
new file mode 100644
index 0000000..a88cf42
--- /dev/null
+++ b/src/config.h.in
@@ -0,0 +1,5 @@
+#define PACKAGE_NAME "@PACKAGE_NAME@"
+#define PACKAGE_VERSION "@PACKAGE_VERSION@"
+#define PACKAGE_STRING "@PACKAGE_STRING@"
+#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
+#define DESCRIPTION "@PACKAGE_DESCRIPTION@"