[evolution-data-server/dbus: 2/13] Disable attempting to build the 'src' directory.



commit 9ae483232f47ff423063171ea2d168cd98210ebf
Author: Rob Bradford <rob linux intel com>
Date:   Thu Jan 8 15:13:21 2009 +0000

    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.

 Makefile.am  |    5 +++--
 configure.ac |    1 -
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2d4d9ae..f99713a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,8 +9,9 @@ if ENABLE_CALENDAR
 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
 
diff --git a/configure.ac b/configure.ac
index 159c693..38e7cbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1802,7 +1802,6 @@ servers/google/libgdata/Makefile
 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]