diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-01-11 13:40:48 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2004-01-11 13:40:48 +0000 |
commit | 60079bd15bee7fe71dd43cb131f6198ca28f74eb (patch) | |
tree | 3f0b288eec1deb85a13a0089cfb3fce6f7fe9ba9 /source3/Makefile.in | |
parent | f2008e22946ebf676867fb2a3f4c8665b027e664 (diff) | |
download | samba-60079bd15bee7fe71dd43cb131f6198ca28f74eb.tar.gz samba-60079bd15bee7fe71dd43cb131f6198ca28f74eb.tar.bz2 samba-60079bd15bee7fe71dd43cb131f6198ca28f74eb.zip |
Fix --with-fhs for swatdir
(This used to be commit 69a9cfdad809a9b3fc7f6dc4ad5a708b6559b714)
Diffstat (limited to 'source3/Makefile.in')
-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 d89c2c3481..923f4dbd5b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -85,6 +85,7 @@ PRIVATEDIR = @privatedir@ SMB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd PRIVATE_DIR = $(PRIVATEDIR) +DATADIR = @datadir@ # This is where SWAT images and help files go SWATDIR = @swatdir@ |