aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-04 02:46:18 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-04 02:46:18 +0800
commit85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d (patch)
treed28bddd71c27d17a14bd7db4e8b1941b0fddb2fb /shell/Makefile.am
parente82b6fcf9e133f1b821397e254d8a9086beae70a (diff)
downloadgsoc2013-evolution-85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d.tar
gsoc2013-evolution-85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d.tar.gz
gsoc2013-evolution-85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d.tar.bz2
gsoc2013-evolution-85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d.tar.lz
gsoc2013-evolution-85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d.tar.xz
gsoc2013-evolution-85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d.tar.zst
gsoc2013-evolution-85d3d3acd8aa8af7bda96f769557aa89b4e0ce8d.zip
Added e-folder-list.h. (libeshell_la_SOURCES): Added e-folder-list.c.
2002-05-03 Christopher James Lahey <clahey@ximian.com> * Makefile.am (eshellinclude_HEADERS): Added e-folder-list.h. (libeshell_la_SOURCES): Added e-folder-list.c. * e-folder-list.c, e-folder-list.h: New widget for editing a list of folder uris. svn path=/trunk/; revision=16677
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index b30e3787f6..ea885f7233 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -58,6 +58,7 @@ eshellincludedir = $(includedir)/evolution/shell
eshellinclude_HEADERS = \
Evolution.h \
+ e-folder-list.h \
e-folder-tree.h \
evolution-activity-client.h \
evolution-folder-selector-button.h \
@@ -75,6 +76,7 @@ eshellinclude_HEADERS = \
libeshell_la_SOURCES = \
$(IDL_GENERATED) \
+ e-folder-list.c \
e-folder-tree.c \
e-shell-corba-icon-utils.c \
e-shell-corba-icon-utils.h \