From b79602fab5ad67aaff4492afd90b52e3292c7ef1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 28 Sep 2004 19:20:00 +0000 Subject: r2735: More DCOM updates: - Several updates to the interface definitions after reading some more of the specs - Add Remote Activation interface - Add body extension uuids - Add oxidresolve torture test to list - Make pidl complain about object interfaces that don't inherit from IUnknown (This used to be commit 1bb471832830d73f0c7290e2ec12878518598379) --- source4/librpc/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/librpc/config.m4') diff --git a/source4/librpc/config.m4 b/source4/librpc/config.m4 index 0cc0a72df5..a10b4bc7b7 100644 --- a/source4/librpc/config.m4 +++ b/source4/librpc/config.m4 @@ -35,6 +35,7 @@ SMB_SUBSYSTEM(LIBNDR_RAW,[], librpc/gen_ndr/ndr_protected_storage.o librpc/gen_ndr/ndr_dcom.o librpc/gen_ndr/ndr_oxidresolver.o + librpc/gen_ndr/ndr_remact.o librpc/gen_ndr/ndr_wzcsvc.o librpc/gen_ndr/ndr_browser.o librpc/gen_ndr/ndr_w32time.o -- cgit