diff options
| author | Günther Deschner <gd@samba.org> | 2010-09-27 07:07:24 +0200 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2010-09-27 07:12:08 +0200 |
| commit | 611c8310aba9b41171f1ffb17e6cc8591293cfec (patch) | |
| tree | 67d724250ccac0a300655ed9059d9f875568333e /source4 | |
| parent | d834671f68e1bc0817d8151cd6cc065851263075 (diff) | |
| download | samba-611c8310aba9b41171f1ffb17e6cc8591293cfec.tar.gz samba-611c8310aba9b41171f1ffb17e6cc8591293cfec.tar.xz samba-611c8310aba9b41171f1ffb17e6cc8591293cfec.zip | |
s4-waf: remove NDR-SRVSVC alias.
Thanks tridge, this was driving me nuts...
Guenther
Diffstat (limited to 'source4')
| -rw-r--r-- | source4/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
