Alexandre Julliard : Make.rules: Define datarootdir to avoid a configure warning.

Alexandre Julliard julliard at wine.codeweavers.com
Sun May 28 11:33:27 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 749841148f44423df2714c0ad6fb4417792bc4ea
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=749841148f44423df2714c0ad6fb4417792bc4ea

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun May 28 18:16:38 2006 +0200

Make.rules: Define datarootdir to avoid a configure warning.

---

 Make.rules.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Make.rules.in b/Make.rules.in
index 9deee72..9af2d3e 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -98,6 +98,7 @@ prefix          = @prefix@
 exec_prefix     = @exec_prefix@
 bindir          = @bindir@
 libdir          = @libdir@
+datarootdir     = @datarootdir@
 datadir         = @datadir@
 infodir         = @infodir@
 mandir          = @mandir@




More information about the wine-cvs mailing list