Monotone-Parent: ed89880eae2839f1f4714817c94287a44216b46f

Monotone-Revision: e9388e969d7f55642fe7910f621ef54be2512a3a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-30T19:32:02
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-12-30 19:32:02 +00:00
parent b98c309453
commit 094e5899bc
1 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,7 @@ include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
###
SOGO_TOOL = sogo-tool
$(SOGO_TOOL)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(SOGO_TOOL)_OBJC_FILES += \
@ -18,7 +19,9 @@ $(SOGO_TOOL)_OBJC_FILES += \
SOGoToolRenameUser.m \
SOGoToolUserPreferences.m \
SOGoToolExpireAutoReply.m
TOOL_NAME += $(SOGO_TOOL)
###
SOGO_SLAPD_SOCKD = sogo-slapd-sockd
$(SOGO_SLAPD_SOCKD)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(SOGO_SLAPD_SOCKD)_OBJC_FILES += \
@ -27,15 +30,17 @@ $(SOGO_SLAPD_SOCKD)_OBJC_FILES += \
SOGoSockD.m \
SOGoSockDScanner.m \
SOGoSockDOperation.m \
TOOL_NAME += $(SOGO_SLAPD_SOCKD)
###
SOGO_EALARMS_NOTIFY = sogo-ealarms-notify
$(SOGO_EALARMS_NOTIFY)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(SOGO_EALARMS_NOTIFY)_OBJC_FILES += \
sogo-ealarms-notify.m \
\
SOGoEAlarmsNotifier.m
TOOL_NAME += $(SOGO_EALARMS_NOTIFY)
TOOL_NAME = $(SOGO_TOOL) $(SOGO_SLAPD_SOCKD) $(SOGO_EALARMS_NOTIFY)
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make