From 00ace36e07f128df4596cfc8b6743fbfda2252bd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 27 Dec 2005 18:15:18 +0000 Subject: r12516: Fix drsuapi and netlogon javascript bindings (This used to be commit b46eeba9fcb059ef83743de8be7dab26f9ef21b2) --- source4/librpc/config.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 5f07723ce3..70159ecb20 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -593,7 +593,6 @@ NOPROTO = YES INIT_FUNCTION = ejs_init_drsuapi OBJ_FILES = gen_ndr/ndr_drsuapi_ejs.o SUBSYSTEM = SMBCALLS -ENABLE = NO REQUIRED_SUBSYSTEMS = LIBRPC NDR_DRSUAPI NOPROTO = YES @@ -644,7 +643,6 @@ NOPROTO = YES INIT_FUNCTION = ejs_init_netlogon OBJ_FILES = gen_ndr/ndr_netlogon_ejs.o SUBSYSTEM = SMBCALLS -ENABLE = NO REQUIRED_SUBSYSTEMS = LIBRPC NDR_NETLOGON NOPROTO = YES -- cgit