diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-18 13:18:47 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:52 +1000 |
commit | e29e2c9d8d57dd73ce55ab23782bd94be1d25c96 (patch) | |
tree | 1ec229b8e96934c9c8eca7ff8f500ff78426fd46 /source4/wscript_build | |
parent | 0f30240de16d34077a351314ec440c5066c7fd02 (diff) | |
download | samba-e29e2c9d8d57dd73ce55ab23782bd94be1d25c96.tar.gz samba-e29e2c9d8d57dd73ce55ab23782bd94be1d25c96.tar.bz2 samba-e29e2c9d8d57dd73ce55ab23782bd94be1d25c96.zip |
build: alias the libiconv target name for subsystems that depend on 'ICONV'
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index 9bcebe9ec8..b6902d52bd 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -22,6 +22,7 @@ bld.TARGET_ALIAS('sasl2', 'SASL') bld.TARGET_ALIAS('crypt', 'CRYPT') bld.TARGET_ALIAS('RPC_NDR_SRVSVC', 'NDR_SRVSVC') bld.TARGET_ALIAS('RPC_NDR_MGMT', 'dcerpc_mgmt') +bld.TARGET_ALIAS('iconv', 'ICONV') # missing subsystems - need looking at bld.SAMBA_SUBSYSTEM('pyldb_util', '') @@ -34,7 +35,6 @@ bld.SAMBA_SUBSYSTEM('SMBCLIENT', '') bld.SAMBA_SUBSYSTEM('BLKID', '') bld.SAMBA_SUBSYSTEM('smbcalls', '') bld.SAMBA_SUBSYSTEM('SETPROCTITLE', '') -bld.SAMBA_SUBSYSTEM('ICONV', '') bld.SAMBA_SUBSYSTEM('DCOM_PROXY_DCOM', '') # subsystems that are confirmed to be missing |