diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-22 08:18:27 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-22 08:18:27 +0800 |
commit | 05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36 (patch) | |
tree | ac2354a0ca03bb20c9d80f28816188c6324f0240 /calendar/pcs/Makefile.am | |
parent | ed4fea3fe3bdd9eb41feae648a0dbe84f410ad1c (diff) | |
download | gsoc2013-evolution-05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36.tar gsoc2013-evolution-05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36.tar.gz gsoc2013-evolution-05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36.tar.bz2 gsoc2013-evolution-05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36.tar.lz gsoc2013-evolution-05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36.tar.xz gsoc2013-evolution-05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36.tar.zst gsoc2013-evolution-05a7bb9ef8ed8327fde0b04a0cab854d2c4a5d36.zip |
start on code to do the opposite of icalendar.c (convert from iCalObjects
* pcs/icalendar-save.c: start on code to do the opposite of
icalendar.c (convert from iCalObjects to libical's icalcomponents).
svn path=/trunk/; revision=2550
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index 16b4f22dbd..545e403201 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -33,6 +33,8 @@ libpcs_a_SOURCES = \ cal-factory.h \ icalendar.c \ icalendar.h \ + icalendar-save.c \ + icalendar-save.h \ job.c \ job.h |