From 18ff692ae5531ece7a41a463a0789fae7ad32214 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 16 Aug 2005 16:20:08 +0000 Subject: Install missing e-plugin header es-event.h and es-menu.h. Fixes bug 2005-08-15 Christian Kellner * Makefile.am: Install missing e-plugin header es-event.h and es-menu.h. Fixes bug #313585. svn path=/trunk/; revision=30134 --- shell/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell/Makefile.am') 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 = \ -- cgit