aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-13 01:04:36 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-13 01:04:36 +0800
commit4584d993bd4efe68281311243998a1c5175a3e0d (patch)
tree1c2b0902d2f1ebaff498502a245c13a5ff1463e6 /shell/Makefile.am
parent72820b28c29bdf35edd90806c3ff0cdf9c0e8a19 (diff)
downloadgsoc2013-evolution-4584d993bd4efe68281311243998a1c5175a3e0d.tar
gsoc2013-evolution-4584d993bd4efe68281311243998a1c5175a3e0d.tar.gz
gsoc2013-evolution-4584d993bd4efe68281311243998a1c5175a3e0d.tar.bz2
gsoc2013-evolution-4584d993bd4efe68281311243998a1c5175a3e0d.tar.lz
gsoc2013-evolution-4584d993bd4efe68281311243998a1c5175a3e0d.tar.xz
gsoc2013-evolution-4584d993bd4efe68281311243998a1c5175a3e0d.tar.zst
gsoc2013-evolution-4584d993bd4efe68281311243998a1c5175a3e0d.zip
Install some headers that weren't getting installed.
2002-07-12 Peter Williams <peterw@ximian.com> * Makefile.am (eshellinclude_HEADERS): Install some headers that weren't getting installed. svn path=/trunk/; revision=17439
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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 \