diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 15:11:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:32 -0500 |
commit | b873c1789faf4413dcd30e934135ce3517510408 (patch) | |
tree | 51563db8dc26b8e85aa79767ef43842ecae4cc52 /source4/build/smb_build/makefile.pm | |
parent | 11f4803d002bf5a4bba24103d6c472ea638e196e (diff) | |
download | samba-b873c1789faf4413dcd30e934135ce3517510408.tar.gz samba-b873c1789faf4413dcd30e934135ce3517510408.tar.bz2 samba-b873c1789faf4413dcd30e934135ce3517510408.zip |
r9587: Fix SWAT data dir for --with-fhs
(This used to be commit 53d0c3e4852c977901a6bdbe196e0d00753beeda)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index b43a738613..e2ab304adc 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -26,6 +26,7 @@ builddir = @builddir@ BASEDIR = @prefix@ BINDIR = @bindir@ SBINDIR = @sbindir@ +datadir = @datadir@ LIBDIR = @libdir@ CONFIGDIR = @configdir@ localstatedir = @localstatedir@ |