From 10e4e8dc54f63f5516acffdf5e28b39d7a549843 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 31 May 2000 22:09:33 +0000 Subject: added test-recur test program. 2000-05-31 Damon Chaplin * cal-util/Makefile.am: added test-recur test program. * cal-util/test-recur.c: new file to test the recurrence code. * cal-util/.cvsignore: added test-recur. * cal-util/cal-recur.c: updated. svn path=/trunk/; revision=3315 --- calendar/cal-util/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'calendar/cal-util/Makefile.am') diff --git a/calendar/cal-util/Makefile.am b/calendar/cal-util/Makefile.am index f110e96394..d3517c2102 100644 --- a/calendar/cal-util/Makefile.am +++ b/calendar/cal-util/Makefile.am @@ -1,3 +1,6 @@ + +noinst_PROGRAMS = test-recur + INCLUDES = \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -DG_LOG_DOMAIN=\"cal-util\" \ @@ -23,3 +26,13 @@ libcal_utilinclude_HEADERS = \ cal-util.h \ calobj.h \ timeutil.h + + +test_recur_SOURCES = \ + test-recur.c + +test_recur_LDADD = \ + libcal-util.la \ + $(top_builddir)/libversit/libversit.la \ + $(top_builddir)/libical/src/libical/libical.la \ + $(EXTRA_GNOME_LIBS) -- cgit v1.2.3