diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2005-07-27 00:38:04 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-07-27 00:38:04 +0800 |
commit | ee9f341b5b455a7343f59d564e2c5a230fd1def2 (patch) | |
tree | 108253b15a765e3419a844f550cd5cd762909c83 | |
parent | bc7d328804efd59464324d8a9bd582c54310f951 (diff) | |
download | gsoc2013-evolution-ee9f341b5b455a7343f59d564e2c5a230fd1def2.tar.gz gsoc2013-evolution-ee9f341b5b455a7343f59d564e2c5a230fd1def2.tar.zst gsoc2013-evolution-ee9f341b5b455a7343f59d564e2c5a230fd1def2.zip |
Fix make distcheck issues.
2005-07-26 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Fix make distcheck issues.
svn path=/trunk/; revision=29891
-rw-r--r-- | composer/ChangeLog | 4 | ||||
-rw-r--r-- | composer/Makefile.am | 1 | ||||
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/Makefile.am | 1 | ||||
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/Makefile.am | 2 | ||||
-rw-r--r-- | shell/evolution-component.h | 2 |
7 files changed, 18 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 5c63b043fe..fca013a62f 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2005-07-26 Harish Krishnaswamy <kharish@novell.com> + + * Makefile.am: Fix make distcheck issues. + 2005-07-21 Devashish Sharma <sdevashish@novell.com> * e-message-composer.c: Added Shortcut for Save Draft -(Ctrl+Shift+s) and a toolbar button for the same. diff --git a/composer/Makefile.am b/composer/Makefile.am index 8a838e9fef..c8c5f58239 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -40,6 +40,7 @@ noinst_LTLIBRARIES = libcomposer.la INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ + -I$(top_builddir)/composer \ -I$(top_srcdir)/widgets \ -I$(top_builddir)/widgets \ -I$(top_srcdir)/widgets/misc \ diff --git a/mail/ChangeLog b/mail/ChangeLog index 24ae4b7313..324a310eb9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2005-07-26 Harish Krishnaswamy <kharish@novell.com> + + * Makefile.am: fix make distcheck issues. + 2005-07-25 Srinivasa Ragavan <sragavan@novell.com> * em-format-html-display.c: (efhd_init) (efhd_finalise) () diff --git a/mail/Makefile.am b/mail/Makefile.am index 779ccb34d8..2e9bcad085 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -7,6 +7,7 @@ INCLUDES = \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ + -I$(top_srcdir)/mail \ -I$(top_srcdir)/composer \ -I$(top_builddir)/composer \ -I$(top_builddir)/shell \ diff --git a/shell/ChangeLog b/shell/ChangeLog index 025bbba526..42589ac192 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2005-07-26 Harish Krishnaswamy <kharish@novell.com> + + * Makefile.am, evolution-component.h: fix make distcheck + issues. + 2005-07-21 Sarfraaz Ahmed <asarfraaz@novell.com> * e-component-registry.c (query_components): Dont enter default values diff --git a/shell/Makefile.am b/shell/Makefile.am index 68f04c9b72..5e73e5403e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -2,6 +2,8 @@ INCLUDES = \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ + -I$(top_srcdir)/shell \ + -I$(top_builddir)/shell \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ diff --git a/shell/evolution-component.h b/shell/evolution-component.h index 737b28bb57..fc926b3328 100644 --- a/shell/evolution-component.h +++ b/shell/evolution-component.h @@ -25,7 +25,7 @@ #define _EVOLUTION_COMPONENT_H_ #include <bonobo/bonobo-object.h> -#include "Evolution.h" +#include "shell/Evolution.h" typedef struct _EvolutionComponent EvolutionComponent; typedef struct _EvolutionComponentClass EvolutionComponentClass; |