diff options
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 \ |