aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/Makefile.am
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-10-08 08:19:46 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-10-08 08:19:46 +0800
commit192c70b9786324c3e27e8bca79300c09033d860f (patch)
tree22e18d0e6c67b3014af8f4125e48d6466462373a /calendar/Makefile.am
parent79f1b787b5dfe84dec4e14f18cad33065edf9825 (diff)
downloadgsoc2013-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/Makefile.am')
-rw-r--r--calendar/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am
index bc6081dc10..25c433ceaf 100644
--- a/calendar/Makefile.am
+++ b/calendar/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 \