From 4065741a672d97f1c6b158ad781bc486c38e7c0a Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Thu, 5 Feb 2015 16:30:50 +0100 Subject: [PATCH] configure: Fix a warning about test/Makefile.in. --- test/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.in b/test/Makefile.in index e0652e128..9e8e4841d 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -23,6 +23,7 @@ abs_srcdir = @abs_srcdir@ abs_builddir = @abs_builddir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +datarootdir = @datarootdir@ LVM_TEST_RESULTS ?= results export LVM_TEST_THIN_CHECK_CMD?=@THIN_CHECK_CMD@