From 58245bd32da1d2779a802b16a4e04d9fdae3b348 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 19 Dec 2005 10:08:10 +0000 Subject: Committing the intial patch for calendar publishing. svn path=/trunk/; revision=30875 --- plugins/publish-calendar/Makefile.am | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 plugins/publish-calendar/Makefile.am (limited to 'plugins/publish-calendar/Makefile.am') diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am new file mode 100644 index 0000000000..3d4002e0ae --- /dev/null +++ b/plugins/publish-calendar/Makefile.am @@ -0,0 +1,29 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_CALENDAR_CFLAGS) \ + -DPLUGINDIR="\"$(plugindir)\"" + +@EVO_PLUGIN_RULE@ + +plugin_DATA = \ + org-gnome-publish-calendar.eplug \ + org-gnome-publish-calendar.xml \ + publish-calendar.glade +plugin_LTLIBRARIES = liborg-gnome-publish-calendar.la + +liborg_gnome_publish_calendar_la_SOURCES = \ + publish-calendar.c \ + publish-format-fb.c \ + publish-format-fb.h \ + publish-format-ical.c \ + publish-format-ical.h \ + publish-location.c \ + publish-location.h \ + url-editor-dialog.c \ + url-editor-dialog.h + +liborg_gnome_publish_calendar_la_LDFLAGS = -module -avoid-version + +EXTRA_DIST = \ + org-gnome-publish-calendar.eplug.in \ + publish-calendar.glade -- cgit v1.2.3