diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-01-10 22:05:38 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2004-01-10 22:05:38 +0000 |
commit | 56f4e9726cb21e9bc4bb99b0972b5bb12ab3e40c (patch) | |
tree | 30457a5bd96af9bf9e1498978b95352f2e29cab2 /source3 | |
parent | 279a6af03f4d5e6d5baa51394653096901b169b7 (diff) | |
download | samba-56f4e9726cb21e9bc4bb99b0972b5bb12ab3e40c.tar.gz samba-56f4e9726cb21e9bc4bb99b0972b5bb12ab3e40c.tar.bz2 samba-56f4e9726cb21e9bc4bb99b0972b5bb12ab3e40c.zip |
Fix swatdir location for --with-fhs
(This used to be commit d12b793d9ca10f966da3446982a5b1d987d51814)
Diffstat (limited to 'source3')
-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 75213c2f5e..ceacedd553 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -68,6 +68,7 @@ AUTHLIBDIR = $(LIBDIR)/auth CONFIGDIR = @configdir@ VARDIR = @localstatedir@ MANDIR = @mandir@ +DATADIR = @datadir@ # The permissions to give the executables INSTALLPERMS = 0755 |