evolution-data-server r9538 - in branches/eds-dbus/addressbook: . backends/groupwise



Author: rbradford
Date: Fri Sep 12 17:21:19 2008
New Revision: 9538
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9538&view=rev

Log:
2008-09-12  Rob Bradford  <rob linux intel com>

	* Makefile.am:
	* configure.in:
	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/eds-dbus/addressbook/ChangeLog
   branches/eds-dbus/addressbook/backends/groupwise/Makefile.am

Modified: branches/eds-dbus/addressbook/backends/groupwise/Makefile.am
==============================================================================
--- branches/eds-dbus/addressbook/backends/groupwise/Makefile.am	(original)
+++ branches/eds-dbus/addressbook/backends/groupwise/Makefile.am	Fri Sep 12 17:21:19 2008
@@ -28,11 +28,11 @@
 libebookbackendgroupwise_la_LDFLAGS =		\
 	-module -avoid-version $(NO_UNDEFINED)
 
-noinst_PROGRAMS = create-account
-create_account_SOURCES = create-account.c
+#noinst_PROGRAMS = create-account
+#create_account_SOURCES = create-account.c
 
-create_account_LDADD =  $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la      \
-        $(top_builddir)/libedataserver/libedataserver-1.2.la              \
-        $(top_builddir)/servers/groupwise/libegroupwise-1.2.la \
-        $(E_DATA_SERVER_LIBS)
+#create_account_LDADD =  $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la      \
+#        $(top_builddir)/libedataserver/libedataserver-1.2.la              \
+#        $(top_builddir)/servers/groupwise/libegroupwise-1.2.la \
+#        $(E_DATA_SERVER_LIBS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]