summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-13 17:52:11 +0200
committerGünther Deschner <gd@samba.org>2008-04-13 17:52:11 +0200
commitde013be0b6875e3febc526ecc6c8a67dfc8876cb (patch)
tree19ae20199afe95aec17c27866c6e149dc49399e8 /source3/configure.in
parente39f02217a8ec0eeee4a4179ab5b39d35e0575c6 (diff)
downloadsamba-de013be0b6875e3febc526ecc6c8a67dfc8876cb.tar.gz
samba-de013be0b6875e3febc526ecc6c8a67dfc8876cb.tar.bz2
samba-de013be0b6875e3febc526ecc6c8a67dfc8876cb.zip
gpo: add scripts plugin.
Guenther (This used to be commit cd6388f04041a667bf0909d81e8af5f7b3bdc4af)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 5f16d699ac..01808a43f3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6121,6 +6121,7 @@ SMB_MODULE(vfs_notify_fam, \$(VFS_NOTIFY_FAM_OBJ), "bin/notify_fam.$SHLIBEXT", V
SMB_SUBSYSTEM(VFS,smbd/vfs.o)
SMB_MODULE(gpext_registry, libgpo/gpext/registry.o, "bin/registry.$SHLIBEXT", GPEXT)
+SMB_MODULE(gpext_scripts, libgpo/gpext/scripts.o, "bin/scripts.$SHLIBEXT", GPEXT)
SMB_SUBSYSTEM(GPEXT, libgpo/gpext/gpext.o)
AC_DEFINE_UNQUOTED(STRING_STATIC_MODULES, "$string_static_modules", [String list of builtin modules])