diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-08-22 05:44:22 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-08-22 05:44:22 +0800 |
commit | 2e0a88042fc49f199c1560743c63b08dc785b7b0 (patch) | |
tree | 152641e8a62ce13b7e25286b21b9543ca70ab1ab /calendar/Makefile.am | |
parent | bfdb2a9614064654f7ae6292314f1a7f00ffdf2d (diff) | |
download | gsoc2013-evolution-2e0a88042fc49f199c1560743c63b08dc785b7b0.tar gsoc2013-evolution-2e0a88042fc49f199c1560743c63b08dc785b7b0.tar.gz gsoc2013-evolution-2e0a88042fc49f199c1560743c63b08dc785b7b0.tar.bz2 gsoc2013-evolution-2e0a88042fc49f199c1560743c63b08dc785b7b0.tar.lz gsoc2013-evolution-2e0a88042fc49f199c1560743c63b08dc785b7b0.tar.xz gsoc2013-evolution-2e0a88042fc49f199c1560743c63b08dc785b7b0.tar.zst gsoc2013-evolution-2e0a88042fc49f199c1560743c63b08dc785b7b0.zip |
Small fixes for calendar saving
svn path=/trunk/; revision=328
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 87225447f6..fb241739ee 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -20,6 +20,7 @@ gnomecal_SOURCES = \ calobj.h \ eventedit.c \ eventedit.h \ + getdate.y \ gncal-day-panel.c \ gncal-day-panel.h \ gncal-day-view.c \ @@ -34,7 +35,6 @@ gnomecal_SOURCES = \ gncal-year-view.h \ gnome-month-item.c \ gnome-month-item.h \ - getdate.y \ gnome-cal.c \ gnome-cal.h \ goto.c \ |