git-svn-id: https://svn.o-hand.com/repos/poky@218 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2006-01-11 16:13:09 +00:00
parent 5575ec3bb8
commit bd813f492e
1 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
Index: Makefile.am
===================================================================
--- trunk/Makefile.am (revision 253)
--- trunk/Makefile.am (revision 306)
+++ trunk/Makefile.am (working copy)
@@ -8,7 +8,7 @@
@@ -16,7 +16,7 @@
endif
if ENABLE_DBUS
-SUBDIRS = $(LIBDB) libedataserver $(CAMEL_DIR) addressbook calendar libedataserverui docs art po
+SUBDIRS = $(LIBDB) libedataserver $(CAMEL_DIR) addressbook calendar docs art po
-SUBDIRS = $(LIBDB) libedataserver $(CAMEL_DIR) addressbook $(CALENDAR_DIR) libedataserverui docs art po
+SUBDIRS = $(LIBDB) libedataserver $(CAMEL_DIR) addressbook $(CALENDAR_DIR) docs art po
else
SUBDIRS = libdb libedataserver servers $(CAMEL_DIR) addressbook calendar libedataserverui src docs art po
SUBDIRS = $(LIBDB) libedataserver servers $(CAMEL_DIR) addressbook $(CALENDAR_DIR) libedataserverui src docs art po
endif