aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-12-04 03:23:10 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-12-04 03:23:10 +0800
commit81a9c0d4f9420aa256934791e633618f4bc9315b (patch)
tree27c8ee139730c7d1d945594bace6fa7cd99fe1c2
parentf506e1e1dba645fc51484762699898421db47c31 (diff)
downloadgsoc2013-evolution-81a9c0d4f9420aa256934791e633618f4bc9315b.tar
gsoc2013-evolution-81a9c0d4f9420aa256934791e633618f4bc9315b.tar.gz
gsoc2013-evolution-81a9c0d4f9420aa256934791e633618f4bc9315b.tar.bz2
gsoc2013-evolution-81a9c0d4f9420aa256934791e633618f4bc9315b.tar.lz
gsoc2013-evolution-81a9c0d4f9420aa256934791e633618f4bc9315b.tar.xz
gsoc2013-evolution-81a9c0d4f9420aa256934791e633618f4bc9315b.tar.zst
gsoc2013-evolution-81a9c0d4f9420aa256934791e633618f4bc9315b.zip
move e-task-bar and e-task-widget into libeshell.
[Fix pointed out by Bernard Leach <leachbj@bouncycastle.org>.] svn path=/trunk/; revision=23618
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/Makefile.am8
2 files changed, 9 insertions, 4 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index becd4e7f31..b3c4b4ae00 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2003-12-03 Ettore Perazzoli <ettore@ximian.com>
+ * Makefile.am: move e-task-bar and e-task-widget into libeshell.
+ [Fix pointed out by Bernard Leach <leachbj@bouncycastle.org>.]
+
+2003-12-03 Ettore Perazzoli <ettore@ximian.com>
+
* Evolution-Session.idl: Remove.
* Evolution-Activity.idl: Remove.
* Evolution-ShellComponent.idl: Remove.
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 37607a7a30..d55dfaa24e 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -105,6 +105,8 @@ eshellinclude_HEADERS = \
e-icon-factory.h \
e-shell-corba-icon-utils.h \
e-shell-utils.h \
+ e-task-bar.h \
+ e-task-widget.h \
evolution-config-control.h \
evolution-shell-component-utils.h \
evolution-wizard.h
@@ -119,6 +121,8 @@ libeshell_la_SOURCES = \
evolution-config-control.c \
evolution-shell-component-utils.c \
evolution-wizard.c \
+ e-task-bar.c \
+ e-task-widget.c \
$(eshellinclude_HEADERS)
libeshell_la_LIBADD = \
@@ -160,10 +164,6 @@ evolution_SOURCES = \
e-sidebar.h \
e-user-creatable-items-handler.c \
e-user-creatable-items-handler.h \
- e-task-bar.c \
- e-task-bar.h \
- e-task-widget.c \
- e-task-widget.h \
main.c
evolution_LDADD = \