summaryrefslogtreecommitdiff
path: root/source4/utils/net/config.mk
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2005-02-14 00:59:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:49 -0500
commit082a5684738e7b9fce7466d7e7519816605b0958 (patch)
tree89d58159fcc6a466d45c6ae8151d2f94d2a101f2 /source4/utils/net/config.mk
parent1ad9bed79de62bc5a29fe4c3193b1cc0b78def0e (diff)
downloadsamba-082a5684738e7b9fce7466d7e7519816605b0958.tar.gz
samba-082a5684738e7b9fce7466d7e7519816605b0958.tar.bz2
samba-082a5684738e7b9fce7466d7e7519816605b0958.zip
r5381: Added net_user.c with net tool interface for managing user accounts.
rafal (This used to be commit 3005f0408c647fcab65c11de9bf680f7f5831492)
Diffstat (limited to 'source4/utils/net/config.mk')
-rw-r--r--source4/utils/net/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk
index e1bc813bec..14b4683b9f 100644
--- a/source4/utils/net/config.mk
+++ b/source4/utils/net/config.mk
@@ -7,7 +7,8 @@ OBJ_FILES = \
utils/net/net.o \
utils/net/net_password.o \
utils/net/net_time.o \
- utils/net/net_join.o
+ utils/net/net_join.o \
+ utils/net/net_user.o
REQUIRED_SUBSYSTEMS = \
CONFIG \
LIBCMDLINE \