diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-10-08 08:19:46 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-10-08 08:19:46 +0800 |
commit | 192c70b9786324c3e27e8bca79300c09033d860f (patch) | |
tree | 22e18d0e6c67b3014af8f4125e48d6466462373a /calendar/gui | |
parent | 79f1b787b5dfe84dec4e14f18cad33065edf9825 (diff) | |
download | gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.gz gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.bz2 gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.lz gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.xz gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.tar.zst gsoc2013-evolution-192c70b9786324c3e27e8bca79300c09033d860f.zip |
Sync sync sync
1998-10-07 Federico Mena Quintero <federico@nuclecu.unam.mx>
* layout.[ch]: New files that abstract the event layout code from
gncal-full-day.c into something useful for other parts of the
program. Now all event layout is done here.
* Makefile.am (gnomecal_SOURCES): Added layout.[ch] to the list of
sources.
svn path=/trunk/; revision=432
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index bc6081dc10..25c433ceaf 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -36,6 +36,8 @@ gnomecal_SOURCES = \ gnome-cal.c \ gnome-cal.h \ goto.c \ + layout.c \ + layout.h \ main.c \ main.h \ mark.c \ |