summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-29 16:03:23 +0100
committerGünther Deschner <gd@samba.org>2008-02-29 17:07:57 +0100
commit41efa5ca45f87435ad2a344010ead8e5e2fecbb0 (patch)
tree9afc057c189a602a0e1705f26dfdf5f1c81c7f7f /source3/configure.in
parentad38725f96c9a285718ea6a515d73508b8db3fca (diff)
downloadsamba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.tar.gz
samba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.tar.bz2
samba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.zip
Add Group Policy extension infrastructure.
Guenther (This used to be commit 6d543b1a1a5a7af98affc9aea2edf650cb476379)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index f481a30b3b..c4f6d92bfa 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6078,6 +6078,8 @@ SMB_MODULE(vfs_notify_fam, \$(VFS_NOTIFY_FAM_OBJ), "bin/notify_fam.$SHLIBEXT", V
SMB_SUBSYSTEM(VFS,smbd/vfs.o)
+SMB_SUBSYSTEM(GPEXT, libgpo/gpext/gpext.o)
+
AC_DEFINE_UNQUOTED(STRING_STATIC_MODULES, "$string_static_modules", [String list of builtin modules])
#################################################