diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-04 19:42:39 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-04 19:42:39 +0100 |
commit | 3cf1fd2a97f5673b53bab691f8db97c844b999ba (patch) | |
tree | f82c5855e8df2a9ab171b26d7e26d270f4ad52ba /src/config.h.in | |
parent | 0a648d2db08a0182560096b435f67c60e3c9cbd5 (diff) | |
download | yawa-3cf1fd2a97f5673b53bab691f8db97c844b999ba.tar.xz |
Replace autotools with CMake
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 5 |
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@" |