diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2015-08-26 01:02:34 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2015-08-26 01:02:34 +0200 |
commit | 96a1c5edf09d9a613f142f20599696352aee51fb (patch) | |
tree | 7eb0992be20c5c58573a9ac9b801e0baeebaac4c /nxcompshad/Makefile.in | |
parent | 6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6 (diff) | |
download | nx-libs-96a1c5edf09d9a613f142f20599696352aee51fb.tar.gz nx-libs-96a1c5edf09d9a613f142f20599696352aee51fb.tar.bz2 nx-libs-96a1c5edf09d9a613f142f20599696352aee51fb.zip |
Fix "Makefile.in seems to ignore the --datarootdir setting" warning
Diffstat (limited to 'nxcompshad/Makefile.in')
-rw-r--r-- | nxcompshad/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nxcompshad/Makefile.in b/nxcompshad/Makefile.in index da10f7cad..d13ad9fc7 100644 --- a/nxcompshad/Makefile.in +++ b/nxcompshad/Makefile.in @@ -70,6 +70,8 @@ LIBS = @LIBS@ -lNX_X11 srcdir = @srcdir@ prefix = @prefix@ +datarootdir = @datarootdir@ +datadir = @datadir@ exec_prefix = @exec_prefix@ bindir = @bindir@ man1dir = @mandir@/man1 |