sogo/Main/GNUmakefile
Ludovic Marcotte e9ff06a639 Disabled ld's --as-needed
Monotone-Parent: c4fba0dfa99628493a8d5c73f359b267fb922961
Monotone-Revision: e3b6ffeff863794edb2261fc1532ed03fee6ff14

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2011-09-30T13:22:46
Monotone-Branch: ca.inverse.sogo
2011-09-30 13:22:46 +00:00

24 lines
501 B
Makefile

# GNUstep makefile
include ../config.make
include $(GNUSTEP_MAKEFILES)/common.make
include ../Version
ADDITIONAL_INCLUDE_DIRS +=
ADDITIONAL_LIB_DIRS += -L../SOPE/GDLContentStore/obj/
ADDITIONAL_LDFLAGS += -Wl,--no-as-needed
SOGOD = sogod
TOOL_NAME = $(SOGOD)
$(SOGOD)_INSTALL_DIR = $(SOGO_ADMIN_TOOLS)
$(SOGOD)_OBJC_FILES += \
sogod.m \
SOGo.m \
SOGo+DAV.m
# NSException+Stacktrace.m
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble