From 429a23c48d81f6b02449f5a7d01b2002849ae4e1 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Mar 2006 22:25:50 +0000 Subject: r14110: make ndr interface parsing code libraries, so it will not included in multiple modules or binaries metze (This used to be commit 13c105974744c510a62a7c8db2230b60c11b2315) --- source4/utils/config.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/utils') diff --git a/source4/utils/config.mk b/source4/utils/config.mk index 61d11cb3af..0a1139de2b 100644 --- a/source4/utils/config.mk +++ b/source4/utils/config.mk @@ -9,9 +9,9 @@ OBJ_FILES = \ REQUIRED_SUBSYSTEMS = \ CONFIG \ LIBBASIC \ - NDR_ALL \ LIBPOPT \ - POPT_SAMBA + POPT_SAMBA \ + NDR_TABLE MANPAGE = man/ndrdump.1 # FIXME: ndrdump shouldn't have to depend on RPC... # End BINARY ndrdump -- cgit