summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-10-18 18:26:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:04 -0500
commitdc593a0fb68370c1e8b75618c682059e4e6a719e (patch)
tree34ccc64e68a72b9074f825fa2c319d95bd92d936 /source3/configure.in
parentbb9e7dd1043d22104281c21e11364835c8b8e947 (diff)
downloadsamba-dc593a0fb68370c1e8b75618c682059e4e6a719e.tar.gz
samba-dc593a0fb68370c1e8b75618c682059e4e6a719e.tar.bz2
samba-dc593a0fb68370c1e8b75618c682059e4e6a719e.zip
r11161: another regression from merge; make sure to build vfs_full_audit modulebranches/SAMBA_3_0_RELEASE/source/configure.in
(This used to be commit 19e0e48ce09eebc21b800b6ecf13c6f42dfe27f3)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 98c6dd5df4..901455f0ae 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -461,7 +461,7 @@ 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_svcctl rpc_ntsvcs rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_eventlog auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin"
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 vfs_expand_msdfs vfs_shadow_copy charset_CP850 charset_CP437 auth_script"
+default_shared_modules="vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap vfs_expand_msdfs vfs_shadow_copy charset_CP850 charset_CP437 auth_script"
if test "x$developer" = xyes; then
default_static_modules="$default_static_modules rpc_echo"