diff options
author | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:33:26 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-02-04 01:33:26 +0800 |
commit | ed8f202a40d86bbd2e46c1404ad4eec880c4604e (patch) | |
tree | 9d1cadc7ee1341172022be73320c272f3515f1c0 /shell/Makefile.am | |
parent | 42f36a871ae1d6e0b1b27b1ed07e21cd32a2f533 (diff) | |
download | gsoc2013-evolution-ed8f202a40d86bbd2e46c1404ad4eec880c4604e.tar.gz gsoc2013-evolution-ed8f202a40d86bbd2e46c1404ad4eec880c4604e.tar.zst gsoc2013-evolution-ed8f202a40d86bbd2e46c1404ad4eec880c4604e.zip |
Moved to misc/widgets since they depend on libemiscwidgets now, and aren't
* e-activity-handler.c:
* e-activity-handler.h:
* e-task-bar.c:
* e-task-bar.h:
* e-task-widget.c:
* e-task-widget.h: Moved to misc/widgets since they depend on
libemiscwidgets now, and aren't actually used by the shell itself.
* Makefile.am (eshell_HEADERS, libeshell_la_SOURCES): Update
svn path=/trunk/; revision=24590
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 0150b27d93..fc53ea164f 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -101,12 +101,9 @@ eshellincludedir = $(privincludedir)/shell eshellinclude_HEADERS = \ Evolution.h \ - e-activity-handler.h \ 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 @@ -114,15 +111,12 @@ eshellinclude_HEADERS = \ libeshell_la_SOURCES = \ $(IDL_GENERATED) \ $(MARSHAL_GENERATED) \ - e-activity-handler.c \ e-icon-factory.c \ e-shell-corba-icon-utils.c \ e-shell-utils.c \ 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 = \ |