mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
6a689c23e8
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
26 lines
1015 B
Makefile
26 lines
1015 B
Makefile
[SUBSYSTEM::DYNCONFIG]
|
|
|
|
DYNCONFIG_OBJ_FILES = $(dynconfigsrcdir)/dynconfig.o
|
|
|
|
# set these to where to find various files
|
|
# These can be overridden by command line switches (see samba(8))
|
|
# or in smb.conf (see smb.conf(5))
|
|
CONFIG4FILE = $(sysconfdir)/smb.conf
|
|
PKGCONFIGDIR = $(libdir)/pkgconfig
|
|
LMHOSTSFILE4 = $(sysconfdir)/lmhosts
|
|
|
|
$(dynconfigsrcdir)/dynconfig.o: CFLAGS+=-DCONFIGFILE=\"$(CONFIG4FILE)\" -DBINDIR=\"$(bindir)\" \
|
|
-DLMHOSTSFILE=\"$(LMHOSTSFILE4)\" \
|
|
-DLOCKDIR=\"$(lockdir)\" -DPIDDIR=\"$(piddir)\" -DDATADIR=\"$(datadir)\" \
|
|
-DLOGFILEBASE=\"$(logfilebase)\" \
|
|
-DCONFIGDIR=\"$(sysconfdir)\" -DNCALRPCDIR=\"$(NCALRPCDIR)\" \
|
|
-DSWATDIR=\"$(SWATDIR)\" \
|
|
-DPRIVATE_DIR=\"$(privatedir)\" \
|
|
-DMODULESDIR=\"$(modulesdir)\" -DJSDIR=\"$(JSDIR)\" \
|
|
-DTORTUREDIR=\"$(TORTUREDIR)\" \
|
|
-DSETUPDIR=\"$(SETUPDIR)\" \
|
|
-DWINBINDD_PRIVILEGED_SOCKET_DIR=\"$(winbindd_privileged_socket_dir)\" \
|
|
-DWINBINDD_SOCKET_DIR=\"$(winbindd_socket_dir)\" \
|
|
-DNTP_SIGND_SOCKET_DIR=\"$(ntp_signd_socket_dir)\"
|
|
|