summaryrefslogtreecommitdiffstats
path: root/source/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-08-22 22:48:54 +0000
committerAndrew Tridgell <tridge@samba.org>2002-08-22 22:48:54 +0000
commite4cb106d2e3e6a41529369545a7a6ce5fe6d8986 (patch)
treee2d5d464b714935d6e7569cec381b3a879bc6c44 /source/Makefile.in
parentf4581133649b5208d8f91c4995ef60579e04b6f6 (diff)
downloadsamba-e4cb106d2e3e6a41529369545a7a6ce5fe6d8986.tar.gz
samba-e4cb106d2e3e6a41529369545a7a6ce5fe6d8986.tar.xz
samba-e4cb106d2e3e6a41529369545a7a6ce5fe6d8986.zip
added a 'net rpc samdump' command for dumping the whole sam via
samsync operations (as a BDC)
Diffstat (limited to 'source/Makefile.in')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 009cd182285..788859a3535 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -377,7 +377,7 @@ CLIENT_OBJ = $(CLIENT_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(LIB_OBJ) \
$(READLINE_OBJ)
NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_ads_cldap.o utils/net_help.o \
- utils/net_rap.o utils/net_rpc.o \
+ utils/net_rap.o utils/net_rpc.o utils/net_rpc_samsync.o \
utils/net_rpc_join.o utils/net_time.o utils/net_lookup.o
NET_OBJ = $(NET_OBJ1) $(SECRETS_OBJ) $(LIBSMB_OBJ) \