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 --- nxcompext/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nxcompext/Makefile.in') diff --git a/nxcompext/Makefile.in b/nxcompext/Makefile.in index 66388f86d..62dda4482 100644 --- a/nxcompext/Makefile.in +++ b/nxcompext/Makefile.in @@ -52,6 +52,8 @@ LIBS = @LIBS@ -lz -lNX_X11 -lXcomp srcdir = @srcdir@ prefix = @prefix@ +datarootdir = @datarootdir@ +datadir = @datadir@ exec_prefix = @exec_prefix@ bindir = @bindir@ man1dir = @mandir@/man1 -- cgit v1.2.3