summaryrefslogtreecommitdiff
path: root/source/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 8b85e75608f..a0dfeed6cc0 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -34,10 +34,9 @@ BINDIR = @bindir@
# the previous releases of Samba
SBINDIR = @bindir@
LIBDIR = @libdir@
-VARDIR = $(BASEDIR)/var
+VARDIR = @localstatedir@
MANDIR = @mandir@
SYSCONFDIR = @sysconfdir@
-PRIVATEDIR = $(BASEDIR)/private
# The permissions to give the executables
INSTALLPERMS = 0755
@@ -54,6 +53,8 @@ DRIVERFILE = $(LIBDIR)/printers.def
FORMSFILE = $(LIBDIR)/ntforms.def
NTDRIVERSDIR = $(LIBDIR)
PASSWD_PROGRAM = /bin/passwd
+PRIVATEDIR = @privatedir@
+
SMB_PASSWD_FILE = $(BASEDIR)/private/smbpasswd
SAM_DIR = $(BASEDIR)/sam
SMB_PASSGRP_FILE = $(BASEDIR)/private/smbpassgrp