summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2012-05-31 10:32:01 +0300
committerAndreas Schneider <asn@samba.org>2012-06-01 09:29:47 +0200
commitf8c447b1a48eaf12dcf70b92fd7525c4ad26c246 (patch)
tree35332a08c22d0f49043c1301139c76e936fc75ed /source4/smbd
parentae0a234e0c2772305847bb047cee58f58f1bc901 (diff)
downloadsamba-f8c447b1a48eaf12dcf70b92fd7525c4ad26c246.tar.gz
samba-f8c447b1a48eaf12dcf70b92fd7525c4ad26c246.tar.bz2
samba-f8c447b1a48eaf12dcf70b92fd7525c4ad26c246.zip
waf-mitkrb5: enable dcerpc_server library to support OpenChange client code
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build
index 97877fc54b..f86cd5199b 100644
--- a/source4/smbd/wscript_build
+++ b/source4/smbd/wscript_build
@@ -5,7 +5,7 @@ bld.SAMBA_LIBRARY('service',
autoproto='service_proto.h',
deps='tevent MESSAGING samba_socket RPC_NDR_IRPC NDR_NAMED_PIPE_AUTH npa_tstream gssapi samba-credentials LIBTSOCKET LIBSAMBA_TSOCKET process_model',
private_library=True,
- enabled=bld.AD_DC_BUILD_IS_ENABLED()
+ enabled=True
)
@@ -20,7 +20,7 @@ bld.SAMBA_LIBRARY('process_model',
autoproto='process_model_proto.h',
deps='samba-util samba-hostconfig samba-modules',
private_library=True,
- enabled=bld.AD_DC_BUILD_IS_ENABLED()
+ enabled=True
)
bld.SAMBA_BINARY('samba',