diff options
-rw-r--r-- | plugins/publish-calendar/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/publish-calendar/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog index 2aec0581f5..8b4fc182f3 100644 --- a/plugins/publish-calendar/ChangeLog +++ b/plugins/publish-calendar/ChangeLog @@ -1,3 +1,8 @@ +2005-12-20 Chenthill Palanisamy <pchenthill@novell.com> + + * Makefile.am: Added the org-gnome-publish-calendar.xml + file to extra dist. + 2005-12-19 Chenthill Palanisamy <pchenthill@novell.com> Committing for: David Trowbridge <trowbrds cs colorado edu> diff --git a/plugins/publish-calendar/Makefile.am b/plugins/publish-calendar/Makefile.am index 3d4002e0ae..786b64f42e 100644 --- a/plugins/publish-calendar/Makefile.am +++ b/plugins/publish-calendar/Makefile.am @@ -26,4 +26,5 @@ liborg_gnome_publish_calendar_la_LDFLAGS = -module -avoid-version EXTRA_DIST = \ org-gnome-publish-calendar.eplug.in \ - publish-calendar.glade + publish-calendar.glade \ + org-gnome-publish-calendar.xml |