From 38efc3e0d5dcd8a32f43729ff0a2d0a025cd10fc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 3 May 2006 09:12:42 +0000 Subject: r15409: Start working on GTK+ tool for services management (This used to be commit 5be3627cc6e666e6dbbf146c47bb093f66124f87) --- source4/gtk/config.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source4/gtk/config.mk') diff --git a/source4/gtk/config.mk b/source4/gtk/config.mk index b187c81f64..56b4392d22 100644 --- a/source4/gtk/config.mk +++ b/source4/gtk/config.mk @@ -29,6 +29,12 @@ MANPAGE = man/gwcrontab.1 OBJ_FILES = tools/gwcrontab.o PRIVATE_DEPENDENCIES = LIBSAMBA-CONFIG gtksamba RPC_NDR_ATSVC +[BINARY::gwsvcctl] +INSTALLDIR = BINDIR +MANPAGE = man/gwsvcctl.1 +OBJ_FILES = tools/gwsvcctl.o +PRIVATE_DEPENDENCIES = LIBSAMBA-CONFIG gtksamba RPC_NDR_SVCCTL + # This binary is disabled for now as it doesn't do anything useful yet... [BINARY::gwsam] #INSTALLDIR = BINDIR -- cgit