X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-ical%2Fsamples%2FGNUmakefile.preamble;h=2c704e392e581197be44fe4d59f7d6c05cd12cf2;hb=b1d0fa6651480b281a59994d3864d94947f6d43e;hp=ce9af8e826f8333c92ab3289c17905a346aa0b03;hpb=302ed66c9b30686c1c732533b70b5bd873fa9b39;p=sope diff --git a/sope-ical/samples/GNUmakefile.preamble b/sope-ical/samples/GNUmakefile.preamble index ce9af8e8..2c704e39 100644 --- a/sope-ical/samples/GNUmakefile.preamble +++ b/sope-ical/samples/GNUmakefile.preamble @@ -16,6 +16,7 @@ icalparsetest_PCH_FILE = common.h icalds_PCH_FILE = common.h vcf2xml_PCH_FILE = common.h vcfparsetest_PCH_FILE = common.h +ievalrrule_PCH_FILE = common.h # dependencies @@ -24,6 +25,7 @@ ifneq ($(frameworks),yes) icalparsetest_TOOL_LIBS += -lNGiCal icalds_TOOL_LIBS += -lNGiCal vcfparsetest_TOOL_LIBS += -lNGiCal +ievalrrule_TOOL_LIBS += -lNGiCal ADDITIONAL_TOOL_LIBS += \ -lNGStreams -lNGExtensions -lEOControl \ @@ -32,6 +34,7 @@ else icalparsetest_TOOL_LIBS += -framework NGiCal icalds_TOOL_LIBS += -framework NGiCal vcfparsetest_TOOL_LIBS += -framework NGiCal +ievalrrule_TOOL_LIBS += -framework NGiCal ADDITIONAL_TOOL_LIBS += \ -framework NGStreams -framework NGExtensions -framework EOControl \