1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source4/smb_server/config.m4
Andrew Tridgell ac193579e7 r152: a quick airport commit ....
added ldbedit, a _really_ useful command

added ldbadd, ldbdel, ldbsearch and ldbmodify to build

solved lots of timezone issues, we now pass the torture tests with
client and server in different zones

fixed several build issues

I know this breaks the no-LDAP build. Wait till I arrive in San Jose for that
fix.
(This used to be commit af34710d4d)
2007-10-10 12:51:11 -05:00

18 lines
437 B
Plaintext

dnl # SMB server subsystem
SMB_SUBSYSTEM(SMB,smb_server/smb_server.o,
[smb_server/conn.o \
smb_server/connection.o \
smb_server/negprot.o \
smb_server/nttrans.o \
smb_server/password.o \
smb_server/reply.o \
smb_server/request.o \
smb_server/search.o \
smb_server/service.o \
smb_server/session.o \
smb_server/sesssetup.o \
smb_server/srvtime.o \
smb_server/trans2.o],\
smb_server/smb_server_public_proto.h)