camel and tests at least compile. Current libtool doen't seem to support lib dependancy unless the lib is installed. Removed the dependancy on libex in mbox and added it to the other Makefile.am that link with libcamel. svn path=/trunk/; revision=1838
35 lines
448 B
Makefile
35 lines
448 B
Makefile
changelogs = \
|
|
ChangeLog
|
|
|
|
EXTRA_DIST = \
|
|
AUTHORS \
|
|
$(changelogs) \
|
|
README \
|
|
HACKING \
|
|
MAINTAINERS \
|
|
NEWS
|
|
|
|
SUBDIRS = \
|
|
intl \
|
|
po \
|
|
macros \
|
|
data \
|
|
libibex \
|
|
camel \
|
|
e-util \
|
|
widgets \
|
|
composer \
|
|
mail \
|
|
tests \
|
|
addressbook \
|
|
shell \
|
|
libical \
|
|
libversit \
|
|
calendar
|
|
|
|
dist-hook:
|
|
for subdir in intl ; do \
|
|
mkdir $(distdir)/$$subdir ; \
|
|
cp -pr $(srcdir)/$$subdir $(distdir) ; \
|
|
done
|