summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/gtk/config.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4
index 4ca0615876..aef24f5a74 100644
--- a/source4/gtk/config.m4
+++ b/source4/gtk/config.m4
@@ -6,12 +6,14 @@ SMB_ENABLE(gregedit, NO)
SMB_ENABLE(gwcrontab, NO)
SMB_ENABLE(gwsam, NO)
SMB_ENABLE(gepdump, NO)
+SMB_ENABLE(gwsvcctl, NO)
if test t$SMB_ENABLE_gtk = tYES; then
SMB_ENABLE(gtksamba, YES)
SMB_ENABLE(gregedit, YES)
SMB_ENABLE(gwcrontab, YES)
SMB_ENABLE(gwsam, YES)
+ SMB_ENABLE(gwsvcctl, YES)
SMB_ENABLE(gepdump, YES)
AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available])
fi