summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-29 07:22:52 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-29 07:22:52 +0000
commit7a8b82f2cecb9e4022fc19748cdb370bbac936fb (patch)
treec78ff0641c737c8dab3fe3ba345c9a4b12c93b32 /source3/Makefile.in
parentfe518a828b36a505772682e4d125cc5559dbeef6 (diff)
downloadsamba-7a8b82f2cecb9e4022fc19748cdb370bbac936fb.tar.gz
samba-7a8b82f2cecb9e4022fc19748cdb370bbac936fb.tar.bz2
samba-7a8b82f2cecb9e4022fc19748cdb370bbac936fb.zip
Add new files to Makefile + typo fix
(This used to be commit b742d068b889e861599333281e825e45cc8d13a2)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 0867ad3839..e466c56fb5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -218,7 +218,7 @@ PASSDB_OBJ = $(PASSDB_GET_SET_OBJ) passdb/passdb.o passdb/pdb_interface.o \
passdb/pdb_compat.o passdb/pdb_nisplus.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
+ sam/get_set_domain.o sam/interface.o sam/api.c
SAMTEST_OBJ = torture/samtest.o $(SAM_OBJ) $(LIB_OBJ) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) $(READLINE_OBJ)