blob: 62d87aeec9d80e3ff0b27bdb063af3ffd170abe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: Makefile.am
===================================================================
--- trunk/Makefile.am (revision 253)
+++ trunk/Makefile.am (working copy)
@@ -8,7 +8,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
else
SUBDIRS = libdb libedataserver servers $(CAMEL_DIR) addressbook calendar libedataserverui src docs art po
endif
|