From 637887c0795241872974c09838829b49d5994b10 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 7 May 2013 15:07:34 +0200 Subject: Makefile: Fix bug 9868 - Don't know how to make LIBNDR_PREG_OBJ. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Lucs for finding the issue Signed-off-by: Volker Lendecke Reviewed-by: Günther Deschner Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue May 7 17:57:57 CEST 2013 on sn-devel-104 --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index c701fd14b7..f4977ca5cd 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -340,7 +340,7 @@ LIBNDR_SPOOLSS_OBJ = autoconf/librpc/gen_ndr/ndr_spoolss.o \ ../librpc/ndr/ndr_spoolss_buf.o LIBNDR_NTPRINTING_OBJ = autoconf/librpc/gen_ndr/ndr_ntprinting.o \ - ../librpc/ndr/ndr_ntprinting.o \ + ../librpc/ndr/ndr_ntprinting.o LIBNDR_PREG_OBJ = autoconf/librpc/gen_ndr/ndr_preg.o \ ../librpc/ndr/ndr_preg.o -- cgit