[evolution-data-server] Build the ORBit server only if the calendar is enabled



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

    Build the ORBit server only if the calendar is enabled

 Makefile.am |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 069be56..3183feb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,11 +7,12 @@ LIBDB = libdb
 endif
 
 if ENABLE_CALENDAR
-CALENDAR_DIR = calendar
+CALENDAR_DIR = calendar src
 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
 



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