summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-29 07:19:05 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-29 07:19:05 +0000
commitfe518a828b36a505772682e4d125cc5559dbeef6 (patch)
treeba92cfbef7d809b59ef86367947a9754642c4e6d /source3/Makefile.in
parent790b85f5e21b3dafe5dc3e7835e8f14dfd498462 (diff)
downloadsamba-fe518a828b36a505772682e4d125cc5559dbeef6.tar.gz
samba-fe518a828b36a505772682e4d125cc5559dbeef6.tar.bz2
samba-fe518a828b36a505772682e4d125cc5559dbeef6.zip
Put in patch from metze (Stefan Metzmacher) to:
- Rename user -> account - Add sam_* functions (api.c) - Several small fixes (This used to be commit eafcc387045f4f265631a952297caf3f6db779d8)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e5156d7b18..0867ad3839 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -217,7 +217,8 @@ PASSDB_OBJ = $(PASSDB_GET_SET_OBJ) passdb/passdb.o passdb/pdb_interface.o \
passdb/pdb_unix.o passdb/util_sam_sid.o \
passdb/pdb_compat.o passdb/pdb_nisplus.o
-SAM_OBJ = sam/account.o sam/get_set_user.o sam/get_set_group.o sam/get_set_domain.o sam/interface.o
+SAM_OBJ = sam/account.o sam/get_set_account.o sam/get_set_group.o \
+ sam/get_set_domain.o sam/interface.o sam/api.c sam/plugin.c
SAMTEST_OBJ = torture/samtest.o $(SAM_OBJ) $(LIB_OBJ) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) $(READLINE_OBJ)