diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-20 01:47:39 +0800 |
commit | 329fe7df32a9114d2d293176f6303d50742b2b26 (patch) | |
tree | e3befb8651bb4e0a5f9faa2e04d814752491e5dc /calendar | |
parent | 79d19f353c19137c65fe40164d90da0b16eee9ed (diff) | |
download | gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.gz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.bz2 gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.lz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.xz gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.tar.zst gsoc2013-evolution-329fe7df32a9114d2d293176f6303d50742b2b26.zip |
Build fixes from Jacob, same as the other branch.
svn path=/trunk/; revision=6035
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 \ |