* Makefile.am (SUBDIRS): Build the composer after the addressbook, as it needs some CORBA stuff from the latter. svn path=/trunk/; revision=10663
43 lines
954 B
Makefile
43 lines
954 B
Makefile
changelogs = \
|
|
ChangeLog
|
|
|
|
EXTRA_DIST = \
|
|
AUTHORS \
|
|
$(changelogs) \
|
|
COPYING-DOCS \
|
|
README \
|
|
HACKING \
|
|
MAINTAINERS \
|
|
NEWS \
|
|
xml-i18n-merge.in \
|
|
xml-i18n-update.in \
|
|
xml-i18n-extract.in
|
|
|
|
SUBDIRS = \
|
|
intl \
|
|
macros \
|
|
data \
|
|
e-util \
|
|
widgets \
|
|
shell \
|
|
libibex \
|
|
camel \
|
|
filter \
|
|
libical \
|
|
libversit \
|
|
libwombat \
|
|
addressbook \
|
|
composer \
|
|
mail \
|
|
calendar \
|
|
wombat \
|
|
importers \
|
|
my-evolution \
|
|
art \
|
|
ui \
|
|
default_user \
|
|
views \
|
|
tools \
|
|
doc \
|
|
po
|