diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-23 22:41:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-23 22:53:42 +0800 |
commit | ffde0e37588f47be08eea655a76f0813457889d3 (patch) | |
tree | 7f156141f4a645a1c054f96ffbcc1cd0c5e9fc78 /shell/Makefile.am | |
parent | 0221ae1e0e879d47712cc2ba1913da152ef6e923 (diff) | |
download | gsoc2013-evolution-ffde0e37588f47be08eea655a76f0813457889d3.tar.gz gsoc2013-evolution-ffde0e37588f47be08eea655a76f0813457889d3.tar.zst gsoc2013-evolution-ffde0e37588f47be08eea655a76f0813457889d3.zip |
Stop killing evolution-data-server services.
That includes startup and --force-shutdown.
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 5923bbb8f9..a17c11a875 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -39,23 +39,6 @@ if NM_SUPPORT NM_SUPPORT_FILES = e-shell-nm.c endif -# Data Server CORBA stuff -DATASERVER_IDL_GENERATED_H = \ - Evolution-DataServer.h - -DATASERVER_IDL_GENERATED_C = \ - Evolution-DataServer-common.c \ - Evolution-DataServer-skels.c \ - Evolution-DataServer-stubs.c - -DATASERVER_IDL_GENERATED = $(DATASERVER_IDL_GENERATED_C) $(DATASERVER_IDL_GENERATED_H) - -$(DATASERVER_IDL_GENERATED_H): $(DATASERVER_IDL) - $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) $(DATASERVER_IDL) - -$(DATASERVER_IDL_GENERATED_C): $(DATASERVER_IDL_GENERATED_H) - - # Shell library privsolib_LTLIBRARIES = \ @@ -120,7 +103,6 @@ EVOLUTIONICONRC = evolution-icon.o endif evolution_SOURCES = \ - $(DATASERVER_IDL_GENERATED) \ e-config-upgrade.c \ e-config-upgrade.h \ main.c @@ -200,7 +182,7 @@ evolution.pure: evolution endif -BUILT_SOURCES = $(server_DATA) $(DATASERVER_IDL_GENERATED) $(error_DATA) +BUILT_SOURCES = $(error_DATA) CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) |