summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--librpc/wscript_build10
-rw-r--r--source4/wscript_build1
2 files changed, 10 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index f297d56124..ddee66a21a 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -192,6 +192,16 @@ bld.SAMBA_SUBSYSTEM('NDR_LSA',
public_deps='LIBNDR NDR_SECURITY'
)
+bld.SAMBA_SUBSYSTEM('NDR_SVCCTL',
+ source='../librpc/gen_ndr/ndr_svcctl.c ../librpc/ndr/ndr_svcctl.c',
+ public_deps='LIBNDR NDR_SECURITY'
+ )
+
+bld.SAMBA_SUBSYSTEM('NDR_SRVSVC',
+ source='../librpc/gen_ndr/ndr_srvsvc.c',
+ public_deps='LIBNDR NDR_SECURITY NDR_SVCCTL'
+ )
+
bld.SAMBA_SUBSYSTEM('NDR_EVENTLOG',
source='../librpc/gen_ndr/ndr_eventlog.c',
public_deps='LIBNDR NDR_SECURITY NDR_LSA'
diff --git a/source4/wscript_build b/source4/wscript_build
index cef7d25cee..110ca3ea2f 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -17,7 +17,6 @@ bld.SAMBA_MKVERSION('version.h')
# this sets up some aliases
bld.TARGET_ALIAS('attr', 'XATTR')
bld.TARGET_ALIAS('sasl2', 'SASL')
-bld.TARGET_ALIAS('RPC_NDR_SRVSVC', 'NDR_SRVSVC')
# missing subsystems - need looking at
bld.SAMBA_SUBSYSTEM('NETAPI', '') # for external libnet