From 33f48d299ea754aa6679a092ad820e8c96a020f6 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 24 Apr 2000 20:01:44 +0000 Subject: allow for null CN (parse_person): allow for null sent_by * pcs/icalendar.c (parse_person): allow for null CN (parse_person): allow for null sent_by * pcs/Makefile.am: build icalendar-test * pcs/icalendar-test.c: a test which loads an ical file and converts it to our internal format, and then saves it back out. svn path=/trunk/; revision=2588 --- calendar/pcs/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'calendar/pcs/Makefile.am') diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 545e403201..11aba079cb 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -38,5 +38,24 @@ libpcs_a_SOURCES = \ job.c \ job.h + + +noinst_PROGRAMS = icalendar-test + +icalendar_test_SOURCES = \ + icalendar-test.c \ + icalendar.c \ + icalendar-save.c + +icalendar_test_LDADD = \ + $(EXTRA_GNOME_LIBS) \ + $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/libical/src/libical/libical.la + +# $(top_builddir)/calendar/cal-util/libcal-util.la \ + + + + BUILT_SOURCES = $(CORBA_GENERATED) CLEANFILES += $(BUILT_SOURCES) -- cgit v1.2.3