mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-19 16:36:23 +00:00
Monotone-Parent: ed89880eae2839f1f4714817c94287a44216b46f
Monotone-Revision: e9388e969d7f55642fe7910f621ef54be2512a3a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-30T19:32:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user