aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/Makefile.am7
2 files changed, 10 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 0ddd03a8bd..92cedb7043 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-15 Christian Kellner <gicmo@gnome.org>
+
+ * Makefile.am: Install missing e-plugin header es-event.h
+ and es-menu.h.
+ Fixes bug #313585.
+
2005-08-10 Tor Lillqvist <tml@novell.com>
* Makefile.am: Use privsolib instead of privlib. Link with
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 2ad1275a6f..fcc4cec537 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -84,7 +84,10 @@ eshellinclude_HEADERS = \
e-user-creatable-items-handler.h \
evolution-config-control.h \
evolution-component.h \
- evolution-shell-component-utils.h
+ evolution-shell-component-utils.h \
+ es-event.h \
+ es-menu.h
+
libeshell_la_SOURCES = \
$(IDL_GENERATED) \
@@ -133,9 +136,7 @@ evolution_SOURCES = \
e-sidebar.c \
e-sidebar.h \
es-event.c \
- es-event.h \
es-menu.c \
- es-menu.h \
main.c
evolution_LDADD = \