diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-11 09:05:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-11 09:05:38 +0800 |
commit | ebec065334b5cf943591527254d628c13d06c369 (patch) | |
tree | 1bb372e3f52c52f95cdaa2ed8913743105534dbc /shell/Makefile.am | |
parent | e48ac5d4f23be78a7da69660f20bc0f04157258e (diff) | |
download | gsoc2013-evolution-ebec065334b5cf943591527254d628c13d06c369.tar gsoc2013-evolution-ebec065334b5cf943591527254d628c13d06c369.tar.gz gsoc2013-evolution-ebec065334b5cf943591527254d628c13d06c369.tar.bz2 gsoc2013-evolution-ebec065334b5cf943591527254d628c13d06c369.tar.lz gsoc2013-evolution-ebec065334b5cf943591527254d628c13d06c369.tar.xz gsoc2013-evolution-ebec065334b5cf943591527254d628c13d06c369.tar.zst gsoc2013-evolution-ebec065334b5cf943591527254d628c13d06c369.zip |
Add a few stub functions to get compilation to complete.
Kill e-active-connection-dialog.glade (unused).
svn path=/branches/kill-bonobo/; revision=35950
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index b3a8a848bc..13f71d80c4 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -59,13 +59,11 @@ privsolib_LTLIBRARIES = \ eshellincludedir = $(privincludedir)/shell eshellinclude_HEADERS = \ - Evolution.h \ e-shell-common.h \ e-shell-module.h \ e-shell-view.h \ e-shell-window.h \ e-shell-window-actions.h \ - e-user-creatable-items-handler.h \ es-event.h \ es-menu.h @@ -76,7 +74,6 @@ libeshell_la_SOURCES = \ e-shell-view.c \ e-shell-window.c \ e-shell-window-actions.c \ - e-user-creatable-items-handler.c \ $(eshellinclude_HEADERS) libeshell_la_LDFLAGS = $(NO_UNDEFINED) @@ -123,7 +120,6 @@ errordir = $(privdatadir)/errors @EVO_PLUGIN_RULE@ glade_DATA = \ - e-active-connection-dialog.glade \ import.glade # GConf schemas |