From 4968ce25554b0891bf78601c4b41c8b18c89bde1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 10 Apr 2008 21:41:03 +0200 Subject: Add very basic cli_cm_* based connection handler to libnetapi. Guenther (This used to be commit e9e46cfcbe25366121f680a6d81fe08c128bf00a) --- 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 0fe0b5db7d..d89278c027 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -815,6 +815,7 @@ CLIENT_OBJ = $(CLIENT_OBJ1) $(PARAM_OBJ) $(LIBSMB_OBJ) \ $(DISPLAY_SEC_OBJ) LIBNETAPI_OBJ1 = lib/netapi/netapi.o \ + lib/netapi/cm.o \ librpc/gen_ndr/ndr_libnetapi.o \ lib/netapi/libnetapi.o \ lib/netapi/joindomain.o \ -- cgit