diff options
author | Volker Lendecke <vl@samba.org> | 2008-09-23 22:44:21 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-09-23 23:13:03 +0200 |
commit | 1f8fe94ff3a928063c91ded4571751da74d2c321 (patch) | |
tree | fe5aac35893b59d0fd27e2794908bcc3e55e069c /source4 | |
parent | 5477e1cbf90e3814713653e86af5e1d14518bc9c (diff) | |
download | samba-1f8fe94ff3a928063c91ded4571751da74d2c321.tar.gz samba-1f8fe94ff3a928063c91ded4571751da74d2c321.tar.xz samba-1f8fe94ff3a928063c91ded4571751da74d2c321.zip |
S3 puts smb.conf and lmhosts in lib/, s4 into etc/
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dynconfig/config.mk | 8 |
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)\" \ |