~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-appserver/samples/iCalPortal/GNUmakefile.preamble

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id$
 
2
 
 
3
ADDITIONAL_INCLUDE_DIRS += -I. -I./WebDAV
 
4
 
 
5
ADDITIONAL_TOOL_LIBS += -lNGiCal
 
6
 
 
7
ifeq ($(FOUNDATION_LIB),apple)
 
8
ADDITIONAL_TOOL_LIBS += \
 
9
        -lEOControl     \
 
10
        -lXmlRpc -lDOM -lSaxObjC
 
11
else
 
12
ADDITIONAL_TOOL_LIBS += -lcrypt
 
13
endif