diff options
author | Simo Sorce <idra@samba.org> | 2004-01-29 10:09:12 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2004-01-29 10:09:12 +0000 |
commit | beb8292fd60524c54661e48b5f4a51b97c935166 (patch) | |
tree | 13de0c492d5c6fc2efd87a60719e31edec913c12 /source3/configure.in | |
parent | 147e585748c5f720547ebe5adce580585dcd7928 (diff) | |
download | samba-beb8292fd60524c54661e48b5f4a51b97c935166.tar.gz samba-beb8292fd60524c54661e48b5f4a51b97c935166.tar.bz2 samba-beb8292fd60524c54661e48b5f4a51b97c935166.zip |
reactivate pdb_gums as static module
(This used to be commit 9836def8a90bc3b375f070e91dbfabd8177f24b3)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index bdcaa4cacb..7e27839c63 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -319,7 +319,7 @@ DYNEXP= dnl Add modules that have to be built by default here dnl These have to be built static: -default_static_modules="pdb_smbpasswd pdb_tdbsam rpc_lsa rpc_samr rpc_reg rpc_lsa_ds rpc_wks rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_epmapper auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin gums_tdbsam2" +default_static_modules="pdb_smbpasswd pdb_tdbsam rpc_lsa rpc_samr rpc_reg rpc_lsa_ds rpc_wks rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_epmapper auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin pdb_gums gums_tdbsam2" dnl These are preferably build shared, and static if dlopen() is not available default_shared_modules="vfs_recycle vfs_audit vfs_extd_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap charset_CP850 charset_CP437" |