evolution-data-server r9890 - branches/dbus
- From: rburton svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9890 - branches/dbus
- Date: Thu, 8 Jan 2009 15:13:21 +0000 (UTC)
Author: rburton
Date: Thu Jan 8 15:13:21 2009
New Revision: 9890
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9890&view=rev
Log:
Disable attempting to build the 'src' directory.
The main e-d-s daemon is no longer necessary since the services have their own
factories. However this breaks Evolution since it expects some misc services
from e-d-s directly. These can either be moved to the factory or added to
another daemon.
Modified:
branches/dbus/Makefile.am
branches/dbus/configure.in
Modified: branches/dbus/Makefile.am
==============================================================================
--- branches/dbus/Makefile.am (original)
+++ branches/dbus/Makefile.am Thu Jan 8 15:13:21 2009
@@ -9,8 +9,9 @@
CALENDAR_DIR = calendar
endif
-SUBDIRS = $(LIBDB) win32 libedataserver libebackend servers camel addressbook $(CALENDAR_DIR) libedataserverui src docs art po
-DIST_SUBDIRS= win32 libedataserver libebackend servers camel addressbook calendar libedataserverui src docs art po
+SUBDIRS = $(LIBDB) win32 libedataserver libebackend servers camel addressbook $(CALENDAR_DIR) libedataserverui docs art po
+DIST_SUBDIRS = win32 libedataserver libebackend servers camel addressbook calendar libedataserverui docs art po
+
changelogs = \
ChangeLog
Modified: branches/dbus/configure.in
==============================================================================
--- branches/dbus/configure.in (original)
+++ branches/dbus/configure.in Thu Jan 8 15:13:21 2009
@@ -1790,7 +1790,6 @@
servers/google/libgdata/libgdata.pc
servers/google/libgdata-google/Makefile
servers/google/libgdata-google/libgdata-google.pc
-src/Makefile
win32/Makefile
docs/Makefile
docs/reference/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]