From b28db15af8d9d163348e713c0adbb8ab7b955fb4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 2 Oct 2008 13:11:31 +0200 Subject: wbclient: add wbcGuidToString and wbcStringToGuid helper functions. Guenther --- 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 0ae32a0ef8..18581badea 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1718,6 +1718,7 @@ LIBWBCLIENT_OBJ0 = nsswitch/libwbclient/wbclient.o \ nsswitch/libwbclient/wbc_pwd.o \ nsswitch/libwbclient/wbc_idmap.o \ nsswitch/libwbclient/wbc_sid.o \ + nsswitch/libwbclient/wbc_guid.o \ nsswitch/libwbclient/wbc_pam.o LIBWBCLIENT_OBJ = $(LIBWBCLIENT_OBJ0) \ $(WBCOMMON_OBJ) \ -- cgit