git.samba.org
/
samba.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
r5425: Convert function tables to new structure (with description)
[samba.git]
/
source4
/
utils
/
net
/
config.mk
1
# utils/net subsystem
2
3
#################################
4
# Start BINARY net
5
[BINARY::net]
6
OBJ_FILES = \
7
utils/net/net.o \
8
utils/net/net_password.o \
9
utils/net/net_time.o \
10
utils/net/net_join.o \
11
utils/net/net_user.o
12
REQUIRED_SUBSYSTEMS = \
13
CONFIG \
14
LIBCMDLINE \
15
LIBBASIC \
16
LIBSMB \
17
LIBNET
18
# End BINARY net
19
#################################