]> err.no Git - sope/blobdiff - sope-ical/samples/GNUmakefile.preamble
added ievalrrule tool
[sope] / sope-ical / samples / GNUmakefile.preamble
index ce9af8e826f8333c92ab3289c17905a346aa0b03..2c704e392e581197be44fe4d59f7d6c05cd12cf2 100644 (file)
@@ -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 \