Module: wine Branch: refs/heads/master Commit: 749841148f44423df2714c0ad6fb4417792bc4ea URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=749841148f44423df2714c0a...
Author: Alexandre Julliard julliard@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@