diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-10-21 09:17:24 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-10-21 09:17:24 +0800 |
commit | 9349ecf81c58237e1d8744e5d2d62901949a0569 (patch) | |
tree | 0c2b785ea3d2104fc1e090ac816e46a27c15afcb /plugins/save-calendar/Makefile.am | |
parent | 458b72a844f8c86edf904367307217b231f773fe (diff) | |
download | gsoc2013-evolution-9349ecf81c58237e1d8744e5d2d62901949a0569.tar.gz gsoc2013-evolution-9349ecf81c58237e1d8744e5d2d62901949a0569.tar.zst gsoc2013-evolution-9349ecf81c58237e1d8744e5d2d62901949a0569.zip |
new plugin for saving a calendar to disk.
2004-10-21 Rodrigo Moya <rodrigo@novell.com>
* save-calendar.c: new plugin for saving a calendar to disk.
svn path=/trunk/; revision=27661
Diffstat (limited to 'plugins/save-calendar/Makefile.am')
-rw-r--r-- | plugins/save-calendar/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/save-calendar/Makefile.am b/plugins/save-calendar/Makefile.am new file mode 100644 index 0000000000..ed29da9d18 --- /dev/null +++ b/plugins/save-calendar/Makefile.am @@ -0,0 +1,11 @@ +INCLUDES = \ + -I$(top_srcdir) \ + $(EVOLUTION_CALENDAR_CFLAGS) + +@EVO_PLUGIN_RULE@ + +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_LDFLAGS = -module -avoid-version |