aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/header.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/makefile/header.in')
-rw-r--r--src/build-data/makefile/header.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/build-data/makefile/header.in b/src/build-data/makefile/header.in
index 970f75da4..d01b8a28a 100644
--- a/src/build-data/makefile/header.in
+++ b/src/build-data/makefile/header.in
@@ -24,14 +24,6 @@ BRANCH = %{version_major}.%{version_minor}
LIBNAME = %{lib_prefix}botan-%{version_major}.%{version_minor}
-# Installation Settings
-DESTDIR = %{destdir}
-BINDIR = $(DESTDIR)/bin
-LIBDIR = $(DESTDIR)/%{libdir}
-HEADERDIR = $(DESTDIR)/%{includedir}/botan-$(BRANCH)/botan
-DOCDIR = $(DESTDIR)/%{docdir}/botan-$(VERSION)
-PKGCONF_DIR = $(LIBDIR)/pkgconfig
-
# Executable targets
APP = %{out_dir}/botan%{program_suffix}
TEST = %{out_dir}/botan-test%{program_suffix}