diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/Makefile.am | 2 | ||||
-rw-r--r-- | shell/evolution-component.h | 2 |
3 files changed, 8 insertions, 1 deletions
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; |