diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-07-29 11:33:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:24 -0500 |
commit | ffb9443c208e4ea6e785b9ab875357befd6d8e6d (patch) | |
tree | 8df230f99ba34220b63e5970f57285ca9c87fc6d | |
parent | 981350a03c14ca526b703925c65d61b70b1f38cb (diff) | |
download | samba-ffb9443c208e4ea6e785b9ab875357befd6d8e6d.tar.gz samba-ffb9443c208e4ea6e785b9ab875357befd6d8e6d.tar.bz2 samba-ffb9443c208e4ea6e785b9ab875357befd6d8e6d.zip |
r17307: Add datarootdir setting (required for newer autoconfs)
(This used to be commit 86687b804a60973883965700e755686e7d7d24f3)
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 190bbc79f3..0ff5872063 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -76,6 +76,7 @@ CONFIGLIBDIR = $(LIBDIR)/config CONFIGDIR = @configdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ +datarootdir = @datarootdir@ DATADIR = @datadir@ # The permissions to give the executables |