aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2005-08-17 00:20:08 +0800
committerChristian Kellner <gicmo@src.gnome.org>2005-08-17 00:20:08 +0800
commit18ff692ae5531ece7a41a463a0789fae7ad32214 (patch)
tree31afb88abdd227a6e894e6145fa8e948e2a30c91 /shell
parent7416489c311baac6423a254ecf45d8e58dbb23eb (diff)
downloadgsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.tar
gsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.tar.gz
gsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.tar.bz2
gsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.tar.lz
gsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.tar.xz
gsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.tar.zst
gsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.zip
Install missing e-plugin header es-event.h and es-menu.h. Fixes bug
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. svn path=/trunk/; revision=30134
Diffstat (limited to 'shell')
-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 = \