diff options
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/Makefile.am | 2 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
3 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f36cbe7ced..1c1591d9fb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +1999-12-04 Eskil Heyn Olsen <deity@eskil.dk> + + * Makefile.am (EXTRA_DIST): Added .desktop files to EXTRA_DIST. + 1999-10-12 Clifford R. Conover <rusty@zootweb.com> * gncal-todo.c Todo List improvements. diff --git a/calendar/Makefile.am b/calendar/Makefile.am index dd2a5e16b4..7deda55a9c 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -200,6 +200,8 @@ endif EXTRA_DIST = \ gncal.desktop \ + calendar-conduit-control-applet.desktop \ + todo-conduit-control-applet.desktop \ bell.xpm \ recur.xpm \ $(idl_DATA) \ diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index dd2a5e16b4..7deda55a9c 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -200,6 +200,8 @@ endif EXTRA_DIST = \ gncal.desktop \ + calendar-conduit-control-applet.desktop \ + todo-conduit-control-applet.desktop \ bell.xpm \ recur.xpm \ $(idl_DATA) \ |