diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-04 02:28:39 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-04 02:28:39 +0800 |
commit | ab627d51c280c2202578e67c38e9947f525f33e6 (patch) | |
tree | 66a0192ac51e3d678d9fdc90caa7e79c40074b08 /calendar | |
parent | 50006218b6fce73920132f43569f410e6d6c6ae4 (diff) | |
download | gsoc2013-evolution-ab627d51c280c2202578e67c38e9947f525f33e6.tar gsoc2013-evolution-ab627d51c280c2202578e67c38e9947f525f33e6.tar.gz gsoc2013-evolution-ab627d51c280c2202578e67c38e9947f525f33e6.tar.bz2 gsoc2013-evolution-ab627d51c280c2202578e67c38e9947f525f33e6.tar.lz gsoc2013-evolution-ab627d51c280c2202578e67c38e9947f525f33e6.tar.xz gsoc2013-evolution-ab627d51c280c2202578e67c38e9947f525f33e6.tar.zst gsoc2013-evolution-ab627d51c280c2202578e67c38e9947f525f33e6.zip |
Sigh. Get this one
svn path=/trunk/; revision=1460
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 652f78c8f8..dd2a5e16b4 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -48,6 +48,7 @@ gnomecal_SOURCES = \ alarm.h \ calendar.c \ calendar.h \ + calendar-conduit.h \ calobj.c \ calobj.h \ eventedit.c \ @@ -88,6 +89,7 @@ gnomecal_SOURCES = \ quick-view.h \ timeutil.c \ timeutil.h \ + todo-conduit.h \ view-utils.h \ view-utils.c \ year-view.c \ diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 652f78c8f8..dd2a5e16b4 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -48,6 +48,7 @@ gnomecal_SOURCES = \ alarm.h \ calendar.c \ calendar.h \ + calendar-conduit.h \ calobj.c \ calobj.h \ eventedit.c \ @@ -88,6 +89,7 @@ gnomecal_SOURCES = \ quick-view.h \ timeutil.c \ timeutil.h \ + todo-conduit.h \ view-utils.h \ view-utils.c \ year-view.c \ |