]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add datarootdir from bug #51
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Dec 2009 15:31:02 +0000 (16:31 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 8 Dec 2009 15:31:23 +0000 (16:31 +0100)
Make.inc.in
src/include/build-radpaths-h.in

index 771231f606550dac65b5d1147fbdb4f6231b0520..e1716c8782ab99f74b817cbd5c5e630a28c9c147 100644 (file)
@@ -22,6 +22,7 @@ raddbdir      = @raddbdir@
 radacctdir     = @radacctdir@
 top_builddir   = @abs_top_builddir@
 top_srcdir     = @abs_top_srcdir@
+datarootdir    = @datarootdir@
 
 MAKE           = @MAKE@
 CC             = @CC@
index 365eb3ae477127609ea532fe0e5bdb96ab4a4554..f59d03d62d9c2a556048fbf9084c7596d21edf32 100644 (file)
@@ -21,6 +21,7 @@ mandir=@mandir@
 logdir=@logdir@
 raddbdir=@raddbdir@
 radacctdir=@radacctdir@
+datarootdir=@datarootdir@
 
 cat <<EOF > radpaths.h
 /* Automatically generated by "build-radpaths-h" */