diff options
author | Peter Williams <peterw@ximian.com> | 2002-07-13 01:04:36 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-07-13 01:04:36 +0800 |
commit | 4584d993bd4efe68281311243998a1c5175a3e0d (patch) | |
tree | 1c2b0902d2f1ebaff498502a245c13a5ff1463e6 /shell | |
parent | 72820b28c29bdf35edd90806c3ff0cdf9c0e8a19 (diff) | |
download | gsoc2013-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')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/Makefile.am | 4 |
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 \ |