aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-02-13 19:02:20 +0000
committerlloyd <[email protected]>2014-02-13 19:02:20 +0000
commitcba6b70f5eccb941b2189ca7ef92d9a6510720f0 (patch)
tree6b1ed973f4844b21610e68a969e26fd2feadbba5 /src/build-data
parent241499ab648e27961f83c7c9724360657d8cf93b (diff)
Add config and version subcommands
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/buildh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 81df9a32e..2bf6cd7e6 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -23,6 +23,11 @@
#define BOTAN_DISTRIBUTION_INFO "%{distribution_info}"
+#define BOTAN_INSTALL_PREFIX "%{prefix}"
+#define BOTAN_INSTALL_HEADER_DIR "%{includedir}/botan-%{version_major}.%{version_minor}"
+#define BOTAN_INSTALL_LIB_DIR "%{libdir}"
+#define BOTAN_LIB_LINK "%{link_to}"
+
#ifndef BOTAN_DLL
#define BOTAN_DLL %{visibility_attribute}
#endif