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



commit ac66744860b42e2e3774a5904ae441644842b167
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.in |    1 -
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 835c272..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.in b/configure.in
index 1d4224c..58df76d 100644
--- a/configure.in
+++ b/configure.in
@@ -1829,7 +1829,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]