diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-27 18:15:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:51 -0500 |
commit | 00ace36e07f128df4596cfc8b6743fbfda2252bd (patch) | |
tree | 2ccecf2b459854bf3d3e3227397b3001a51bf7c0 /source4/librpc | |
parent | 05b141c5c93eecdc07b17d19804a0cf7b77f3ebd (diff) | |
download | samba-00ace36e07f128df4596cfc8b6743fbfda2252bd.tar.gz samba-00ace36e07f128df4596cfc8b6743fbfda2252bd.tar.bz2 samba-00ace36e07f128df4596cfc8b6743fbfda2252bd.zip |
r12516: Fix drsuapi and netlogon javascript bindings
(This used to be commit b46eeba9fcb059ef83743de8be7dab26f9ef21b2)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
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 |