summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-07-28 05:50:57 +0000
committerAndrew Tridgell <tridge@samba.org>2002-07-28 05:50:57 +0000
commite95e731fee89bc711859e19d925c8e248281a54d (patch)
treed750cb6dd5c0cd388334bdf190df71d03387db95 /source3/Makefile.in
parent5db291d1abf4294c531d1d4a3c40060ac925230d (diff)
downloadsamba-e95e731fee89bc711859e19d925c8e248281a54d.tar.gz
samba-e95e731fee89bc711859e19d925c8e248281a54d.tar.bz2
samba-e95e731fee89bc711859e19d925c8e248281a54d.zip
fixed logfile location to honor configure
samba-patches 966 (This used to be commit 06d8549196ff1482be94c08c7a742896ae35fd88)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 765b22a773..77ca5d0294 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -52,7 +52,7 @@ INSTALLPERMS = 0755
# set these to where to find various files
# These can be overridden by command line switches (see smbd(8))
# or in smb.conf (see smb.conf(5))
-LOGFILEBASE = $(VARDIR)
+LOGFILEBASE = @logfilebase@
CONFIGFILE = $(LIBDIR)/smb.conf
LMHOSTSFILE = $(LIBDIR)/lmhosts
DRIVERFILE = $(LIBDIR)/printers.def