diff options
Diffstat (limited to 'plugins/startup-wizard')
-rw-r--r-- | plugins/startup-wizard/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/startup-wizard/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/plugins/startup-wizard/ChangeLog b/plugins/startup-wizard/ChangeLog index 8f02cae442..817255bd4c 100644 --- a/plugins/startup-wizard/ChangeLog +++ b/plugins/startup-wizard/ChangeLog @@ -1,3 +1,7 @@ +2007-08-20 Matthew Barnes <mbarnes@redhat.com> + + * Makefile.am: Fix a distcheck error. + 2007-03-16 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #360240 diff --git a/plugins/startup-wizard/Makefile.am b/plugins/startup-wizard/Makefile.am index 507caa205f..551eb303a8 100644 --- a/plugins/startup-wizard/Makefile.am +++ b/plugins/startup-wizard/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = -I . \ -I$(top_srcdir) \ + -I$(top_builddir)/shell \ $(EVOLUTION_MAIL_CFLAGS) @EVO_PLUGIN_RULE@ |