diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-03-09 22:25:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:56:52 -0500 |
commit | 429a23c48d81f6b02449f5a7d01b2002849ae4e1 (patch) | |
tree | 67798bac600dc1034fa0caf1f88511fe4391ac2b /source4/utils | |
parent | c6519ad9c0a45981a4ae101ee961acc397d4140d (diff) | |
download | samba-429a23c48d81f6b02449f5a7d01b2002849ae4e1.tar.gz samba-429a23c48d81f6b02449f5a7d01b2002849ae4e1.tar.xz samba-429a23c48d81f6b02449f5a7d01b2002849ae4e1.zip |
r14110: make ndr interface parsing code libraries,
so it will not included in multiple modules or binaries
metze
(This used to be commit 13c105974744c510a62a7c8db2230b60c11b2315)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |