diff options
author | Christian Kellner <gicmo@gnome.org> | 2005-08-17 00:20:08 +0800 |
---|---|---|
committer | Christian Kellner <gicmo@src.gnome.org> | 2005-08-17 00:20:08 +0800 |
commit | 18ff692ae5531ece7a41a463a0789fae7ad32214 (patch) | |
tree | 31afb88abdd227a6e894e6145fa8e948e2a30c91 /shell/Makefile.am | |
parent | 7416489c311baac6423a254ecf45d8e58dbb23eb (diff) | |
download | gsoc2013-evolution-18ff692ae5531ece7a41a463a0789fae7ad32214.tar.gz 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/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 7 |
1 files changed, 4 insertions, 3 deletions
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 = \ |