From b50447bef6d7919bac135f246e2c653c07764596 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 1 May 2009 23:57:00 -0400 Subject: [PATCH] Added datarootdir to Makefile.in's --- Makefile.in | 1 + doc/Makefile.in | 1 + lib/Makefile.in | 1 + libtar/Makefile.in | 1 + 4 files changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 29db42a..2f2049c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,6 +8,7 @@ mandir = @mandir@ libdir = @libdir@ includedir = @includedir@ top_srcdir = @top_srcdir@ +datarootdir = @datarootdir@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ diff --git a/doc/Makefile.in b/doc/Makefile.in index 701585e..0d82a48 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -9,6 +9,7 @@ bindir = @bindir@ mandir = @mandir@ libdir = @libdir@ includedir = @includedir@ +datarootdir = @datarootdir@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ diff --git a/lib/Makefile.in b/lib/Makefile.in index caa3e9c..969fcf5 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -8,6 +8,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ +datarootdir = @datarootdir@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ diff --git a/libtar/Makefile.in b/libtar/Makefile.in index 3128127..00de44e 100644 --- a/libtar/Makefile.in +++ b/libtar/Makefile.in @@ -8,6 +8,7 @@ exec_prefix = @exec_prefix@ bindir = @bindir@ libdir = @libdir@ includedir = @includedir@ +datarootdir = @datarootdir@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_VERSION = @PACKAGE_VERSION@ -- 2.11.4.GIT