s3compat: change s3compatlib -> s3compatcore
authorAndrew Tridgell <tridge@samba.org>
Sun, 25 Apr 2010 11:27:05 +0000 (21:27 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 3 Jun 2010 01:12:27 +0000 (11:12 +1000)
libs3compatlib doesn't sound so nice :)

source4/s3compat/wscript_build
source4/smbd/wscript_build

index 979d8c09e0ec149605e2c1b51bf707f274a7e89c..8550a5d2bca9e80450898e438e7650388be7e612 100644 (file)
@@ -919,12 +919,12 @@ bld.SAMBA_SUBSYSTEM('s3dynconfig',
                     source='s3dynconfig.c',
                     hide_symbols=True)
 
-bld.SAMBA_LIBRARY('s3compatlib',
+bld.SAMBA_LIBRARY('s3compatcore',
                   source=[],
                   deps='s3replace s3compat_wrapper s3dynconfig LIBSECURITY_COMMON LIBCRYPTO LIBSAMBA-UTIL s3_smbd',
                   hide_symbols=True)
 
 bld.SAMBA_SUBSYSTEM('s3compat',
                     source='s3_smbd.c',
-                    deps='s3compatlib',
+                    deps='s3compatcore',
                     hide_symbols=True)
index b4139744d4e74d520ea5e6f50fbf086e0a154cdf..2873d3fef0d92b7d1a29e57db3f93ca90fef3988 100644 (file)
@@ -19,7 +19,7 @@ bld.SAMBA_BINARY('samba',
        manpages='samba.8',
         subsystem_name='service',
        deps='''LIBEVENTS process_model service LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL POPT_SAMBA PIDFILE
-                popt gensec registry ntptr ntvfs share CLUSTER DCESRV s3compat s3compatlib''',
+                popt gensec registry ntptr ntvfs share CLUSTER DCESRV s3compat s3compatcore''',
         needs_python=True,
         install_path='${SBINDIR}'
        )