diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-01-11 13:40:06 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2004-01-11 13:40:06 +0000 |
commit | d753c5a669067d3395c4968d42263a6dca70d841 (patch) | |
tree | 8aa90d7a504374e939e828a74772cd36203c5374 /source4 | |
parent | b827102934342c91ac166e26dad1ed1be5f90304 (diff) | |
download | samba-d753c5a669067d3395c4968d42263a6dca70d841.tar.gz samba-d753c5a669067d3395c4968d42263a6dca70d841.tar.bz2 samba-d753c5a669067d3395c4968d42263a6dca70d841.zip |
Fix --with-fhs for swatdir
(This used to be commit 5c8abbcbe520d8dc5de6df304f5a64048977b340)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in index 00adf52e07..8445cd0064 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -69,6 +69,7 @@ PRIVATEDIR = @privatedir@ SMB_PASSWD_FILE = $(PRIVATEDIR)/smbpasswd PRIVATE_DIR = $(PRIVATEDIR) +DATADIR = @datadir@ # This is where SWAT images and help files go SWATDIR = @swatdir@ |