summaryrefslogtreecommitdiff
path: root/source4/gtk/config.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-07-11 20:16:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:58 -0500
commit805ebe10848316f357553cac516187475989abae (patch)
tree338cb9d2ad213a6887b72bb65851c3af30d5f629 /source4/gtk/config.m4
parentec3a86254b41988b453da33112c9309f1ec2eb36 (diff)
downloadsamba-805ebe10848316f357553cac516187475989abae.tar.gz
samba-805ebe10848316f357553cac516187475989abae.tar.bz2
samba-805ebe10848316f357553cac516187475989abae.zip
r1455: More Gtk+ updates:
- Start working on 'gwsam' - Add GtkSelectDomainDialog and GtkSelectHostDialog (This used to be commit bea47671aa791f3c4d22263f9444aea1a73f47f1)
Diffstat (limited to 'source4/gtk/config.m4')
-rw-r--r--source4/gtk/config.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4
index c939c4cbc8..757ce59c07 100644
--- a/source4/gtk/config.m4
+++ b/source4/gtk/config.m4
@@ -4,13 +4,17 @@ SMB_EXT_LIB_FROM_PKGCONFIG(gtk, [glib-2.0 gtk+-2.0])
SMB_SUBSYSTEM_ENABLE(GTKSMB, NO)
SMB_BINARY_ENABLE(gregedit, NO)
SMB_BINARY_ENABLE(gwcrontab, NO)
+SMB_BINARY_ENABLE(gwsam, NO)
if test t$SMB_EXT_LIB_ENABLE_gtk = tYES; then
SMB_SUBSYSTEM_ENABLE(GTKSMB, YES)
SMB_BINARY_ENABLE(gregedit, YES)
SMB_BINARY_ENABLE(gwcrontab, YES)
+ SMB_BINARY_ENABLE(gwsam, YES)
+ AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available])
fi
SMB_SUBSYSTEM_MK(GTKSMB,gtk/config.mk)
SMB_BINARY_MK(gregedit,gtk/config.mk)
SMB_BINARY_MK(gwcrontab,gtk/config.mk)
+SMB_BINARY_MK(gwsam,gtk/config.mk)