blob: 766c547a568252fbc55ad960b7741f6516f05477 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: Makefile.am
===================================================================
--- trunk/Makefile.am (revision 306)
+++ trunk/Makefile.am (working copy)
@@ -16,7 +16,7 @@
endif
if ENABLE_DBUS
-SUBDIRS = $(LIBDB) libedataserver camel addressbook $(CALENDAR_DIR) libedataserverui docs art po
+SUBDIRS = $(LIBDB) libedataserver camel addressbook $(CALENDAR_DIR) docs art po
else
SUBDIRS = $(LIBDB) libedataserver servers $(CAMEL_DIR) addressbook $(CALENDAR_DIR) libedataserverui src docs art po
endif
|