From b15ed4f552b7743133e2312bc7cd4a6ee6d5af9d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 9 Apr 2004 07:27:34 +0000 Subject: r130: added DCERPC_COMMON_OBJS to Makefile.in (This used to be commit ab8904a596c6a81806e5af1c56a43e272c8a7855) --- source4/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/Makefile.in') diff --git a/source4/Makefile.in b/source4/Makefile.in index d089bcbde9..91216d11ed 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -150,6 +150,8 @@ TORTURE_NBENCH_OBJS = @TORTURE_NBENCH_OBJS@ TORTURE_BASIC_OBJS = @TORTURE_BASIC_OBJS@ +DCERPC_COMMON_OBJS = @DCERPC_COMMON_OBJS@ + TORTURE_OBJS = @TORTURE_OBJS@ TORTURE_LIBS = @TORTURE_LIBS@ -- cgit