From 96a1c5edf09d9a613f142f20599696352aee51fb Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Wed, 26 Aug 2015 01:02:34 +0200 Subject: Fix "Makefile.in seems to ignore the --datarootdir setting" warning --- nxcomp/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nxcomp') diff --git a/nxcomp/Makefile.in b/nxcomp/Makefile.in index 83da1ec4f..675a71d72 100644 --- a/nxcomp/Makefile.in +++ b/nxcomp/Makefile.in @@ -60,6 +60,8 @@ LIBS = @LIBS@ srcdir = @srcdir@ prefix = @prefix@ +datarootdir = @datarootdir@ +datadir = @datadir@ exec_prefix = @exec_prefix@ bindir = @bindir@ man1dir = @mandir@/man1 -- cgit v1.2.3