Commit 74984114 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent ea4f92bd
...@@ -98,6 +98,7 @@ prefix = @prefix@ ...@@ -98,6 +98,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@ exec_prefix = @exec_prefix@
bindir = @bindir@ bindir = @bindir@
libdir = @libdir@ libdir = @libdir@
datarootdir = @datarootdir@
datadir = @datadir@ datadir = @datadir@
infodir = @infodir@ infodir = @infodir@
mandir = @mandir@ mandir = @mandir@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment