diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-08-24 20:52:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:38:50 -0500 |
commit | 08b63552bef1dca9f001182c7962c82bd0bd7cc2 (patch) | |
tree | 0f80f7d0d5b836acd3ce37720553dc734e43491a | |
parent | 01bb24624d82514520cc648d913509f82b93bcea (diff) | |
download | samba-08b63552bef1dca9f001182c7962c82bd0bd7cc2.tar.gz samba-08b63552bef1dca9f001182c7962c82bd0bd7cc2.tar.bz2 samba-08b63552bef1dca9f001182c7962c82bd0bd7cc2.zip |
r17810: Use datarootdir variable generated by newer autoconf versions. (fixes warning)
(This used to be commit 836f04134f95d8452cee58a72438b4387103ce11)
-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 a9aa602066..840deab3aa 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -10,6 +10,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ +datarootdir=@datarootdir@ selftest_prefix=@selftest_prefix@ smbtorture4_path=@smbtorture4_path@ |