summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 5289caf..eb6d8de 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,6 +25,7 @@ SRCDIR = @srcdir@
PREFIX = @prefix@
BINDIR = @bindir@
LIBDIR = @libdir@
+DATADIR = @datadir@
MANDIR = @mandir@
PACKAGE = @package@
@@ -48,6 +49,7 @@ all: sedscript
sedscript:
@printf 'Writing sed script...\n'
@echo 's&@@BINDIR@@&$(BINDIR)&' > sedscript
+ @echo 's&@@DATADIR@@&$(DATADIR)&' >> sedscript
@echo 's&@@LIBDIR@@&$(LIBDIR)&' >> sedscript
.PHONY: clean