summaryrefslogtreecommitdiff
path: root/source4/dynconfig
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-09-23 22:44:21 +0200
committerVolker Lendecke <vl@samba.org>2008-09-23 23:13:03 +0200
commit1f8fe94ff3a928063c91ded4571751da74d2c321 (patch)
treefe5aac35893b59d0fd27e2794908bcc3e55e069c /source4/dynconfig
parent5477e1cbf90e3814713653e86af5e1d14518bc9c (diff)
downloadsamba-1f8fe94ff3a928063c91ded4571751da74d2c321.tar.gz
samba-1f8fe94ff3a928063c91ded4571751da74d2c321.tar.bz2
samba-1f8fe94ff3a928063c91ded4571751da74d2c321.zip
S3 puts smb.conf and lmhosts in lib/, s4 into etc/
Diffstat (limited to 'source4/dynconfig')
-rw-r--r--source4/dynconfig/config.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/dynconfig/config.mk b/source4/dynconfig/config.mk
index b10018384f..c0ef7f6e99 100644
--- a/source4/dynconfig/config.mk
+++ b/source4/dynconfig/config.mk
@@ -5,12 +5,12 @@ DYNCONFIG_OBJ_FILES = $(dynconfigsrcdir)/dynconfig.o
# 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))
-CONFIGFILE = $(sysconfdir)/smb.conf
+CONFIG4FILE = $(sysconfdir)/smb.conf
PKGCONFIGDIR = $(libdir)/pkgconfig
-LMHOSTSFILE = $(sysconfdir)/lmhosts
+LMHOSTSFILE4 = $(sysconfdir)/lmhosts
-$(dynconfigsrcdir)/dynconfig.o: CFLAGS+=-DCONFIGFILE=\"$(CONFIGFILE)\" -DBINDIR=\"$(bindir)\" \
- -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" \
+$(dynconfigsrcdir)/dynconfig.o: CFLAGS+=-DCONFIGFILE=\"$(CONFIG4FILE)\" -DBINDIR=\"$(bindir)\" \
+ -DLMHOSTSFILE=\"$(LMHOSTSFILE4)\" \
-DLOCKDIR=\"$(lockdir)\" -DPIDDIR=\"$(piddir)\" -DDATADIR=\"$(datadir)\" \
-DLOGFILEBASE=\"$(logfilebase)\" \
-DCONFIGDIR=\"$(sysconfdir)\" -DNCALRPCDIR=\"$(NCALRPCDIR)\" \