aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 817efda21a..cc4bd28555 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-12 Peter Williams <peterw@ximian.com>
+
+ * Makefile.am (eshellinclude_HEADERS): Install some headers
+ that weren't getting installed.
+
2002-07-11 Ettore Perazzoli <ettore@ximian.com>
* e-shell-folder-title-bar.c (e_shell_folder_title_bar_set_icon):
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 8f56c725f3..41decb9688 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -76,7 +76,9 @@ eshellinclude_HEADERS = \
e-folder.h \
e-folder-list.h \
e-folder-tree.h \
+ e-shell-corba-icon-utils.h \
evolution-activity-client.h \
+ evolution-config-control.h \
evolution-folder-selector-button.h \
evolution-session.h \
evolution-shell-client.h \
@@ -96,10 +98,8 @@ libeshell_la_SOURCES = \
e-folder-list.c \
e-folder-tree.c \
e-shell-corba-icon-utils.c \
- e-shell-corba-icon-utils.h \
evolution-activity-client.c \
evolution-config-control.c \
- evolution-config-control.h \
evolution-folder-selector-button.c \
evolution-session.c \
evolution-shell-client.c \