summaryrefslogtreecommitdiff
path: root/source4/gtk/config.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-25 11:28:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:41 -0500
commit883fdf1a17f6aac44fb201c52e239810144b22e2 (patch)
treeb01fa55bc46d7c61268b01139e3dbce37d19fa52 /source4/gtk/config.m4
parent98f9d5cdf6451298001dc7ac71336d4206010181 (diff)
downloadsamba-883fdf1a17f6aac44fb201c52e239810144b22e2.tar.gz
samba-883fdf1a17f6aac44fb201c52e239810144b22e2.tar.bz2
samba-883fdf1a17f6aac44fb201c52e239810144b22e2.zip
r3211: Add a graphical endpoint mapper view tool
(This used to be commit 71dfc27b8efb3057c4b7383feca0ba35ab5768a4)
Diffstat (limited to 'source4/gtk/config.m4')
-rw-r--r--source4/gtk/config.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/gtk/config.m4 b/source4/gtk/config.m4
index 0518f3af55..6be4bf11bc 100644
--- a/source4/gtk/config.m4
+++ b/source4/gtk/config.m4
@@ -5,12 +5,14 @@ SMB_SUBSYSTEM_ENABLE(GTKSMB, NO)
SMB_BINARY_ENABLE(gregedit, NO)
SMB_BINARY_ENABLE(gwcrontab, NO)
SMB_BINARY_ENABLE(gwsam, NO)
+SMB_BINARY_ENABLE(gepdump, 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)
+ SMB_BINARY_ENABLE(gepdump, YES)
AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available])
fi
@@ -18,3 +20,4 @@ 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)
+SMB_BINARY_MK(gepdump,gtk/config.mk)