From ed19e01a4c6f9d774a40b56e4f6cc71209c06689 Mon Sep 17 00:00:00 2001 From: Philip Van Hoof Date: Mon, 20 Dec 2004 12:47:51 +0000 Subject: Code splitup, each format has it's own c-file Added. Code splitup Added. 2004-12-20 Philip Van Hoof * Makefile.am: Code splitup, each format has it's own c-file * csv-format.c: Added. Code splitup * format-handler.h: Added. Code splitup * ical-format.c: Added. Code splitup * rdf-format.c: Added. Support for RDF files. Code splitup * save-calendar.c: Support for RDF files. Code splitup svn path=/trunk/; revision=28154 --- plugins/save-calendar/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/save-calendar/Makefile.am') diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am index 5f2e8775b1..1e4efaf812 100644 --- a/plugins/save-calendar/Makefile.am +++ b/plugins/save-calendar/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = \ plugin_DATA = org-gnome-save-calendar.eplug plugin_LTLIBRARIES = liborg-gnome-save-calendar.la -liborg_gnome_save_calendar_la_SOURCES = save-calendar.c +liborg_gnome_save_calendar_la_SOURCES = save-calendar.c ical-format.c csv-format.c rdf-format.c liborg_gnome_save_calendar_la_LDFLAGS = -module -avoid-version -EXTRA_DIST = org-gnome-save-calendar.eplug.in \ No newline at end of file +EXTRA_DIST = org-gnome-save-calendar.eplug.in -- cgit v1.2.3