From de33b264d18620ed7f91e759bcf80c9d64a99c17 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 17 Jun 2008 21:44:30 +0200 Subject: net_vampire: move out passdb routines to one file. Guenther (This used to be commit 74d431270d9b4cc1524f79fa2ad743420afef417) --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index b9270b77c8..002beb12bb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -894,6 +894,7 @@ SMBCONFTORT_OBJ = $(SMBCONFTORT_OBJ0) \ LIBNET_OBJ = libnet/libnet_join.o \ libnet/libnet_samsync.o \ libnet/libnet_samsync_ldif.o \ + libnet/libnet_samsync_passdb.o \ librpc/gen_ndr/ndr_libnet_join.o NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ -- cgit