diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 03974500da..4b89f4f8be 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-10-19 Ettore Perazzoli <ettore@helixcode.com> + + * gui/Makefile.am: Add `event-editor-dialog.glade.h'. + (EXTRA_DIST): Add `$(glade_messages)'. + 2000-10-19 Michael Meeks <michael@helixcode.com> * gui/calendar-commands.c (tb_print_cb): remove; redundant. diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 9b5a81a68a..cf9c385aa2 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -78,6 +78,7 @@ evolution_calendar_SOURCES = \ e-itip-control.c \ event-editor.c \ event-editor.h \ + event-editor-dialog.glade.h \ getdate.y \ gncal-todo.c \ gncal-todo.h \ @@ -109,6 +110,7 @@ oaf_DATA = calendar-control.oafinfo evolution-calendar.oafinfo EXTRA_DIST = \ $(glade_DATA) \ + $(glade_messages) \ bell.xpm \ check-filled.xpm \ dayview.xpm \ |