From e48ed74f4a2fe490d70c444dca3aa9419409579f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 31 Jul 2006 15:38:18 +0000 Subject: r17342: implement a SamLogon via IRPC in samba4's winbind metze (This used to be commit c3ce7a0c3708f0c8e784404e86034f7a00685f88) --- source4/librpc/config.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/librpc/config.mk') diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 9e920b9d39..353c58644c 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -329,6 +329,13 @@ SO_VERSION = 0 OBJ_FILES = gen_ndr/ndr_winsrepl.o PUBLIC_DEPENDENCIES = LIBNDR NDR_NBT +[LIBRARY::NDR_WINBIND] +VERSION = 0.0.1 +SO_VERSION = 0 +OBJ_FILES = gen_ndr/ndr_winbind.o +PUBLIC_HEADERS = gen_ndr/winbind.h +PUBLIC_DEPENDENCIES = LIBNDR NDR_NETLOGON + librpc/gen_ndr/tables.c: $(IDL_NDR_PARSE_H_FILES) @echo Generating librpc/gen_ndr/tables.c @$(PERL) $(srcdir)/librpc/tables.pl --output=librpc/gen_ndr/tables.c $(IDL_NDR_PARSE_H_FILES) > librpc/gen_ndr/tables.x -- cgit