Files
evolution/Makefile.am
bertrand 975b6ef8bc Temporarily removed the calendar from the subdirs list. The compilation
03-21-2000 bertrand <bg@aful.org>

Temporarily removed the calendar from the subdirs list.
The compilation errors confuse people.

svn path=/trunk/; revision=2129
2000-03-21 08:54:06 +00:00

37 lines
498 B
Makefile

changelogs = \
ChangeLog
EXTRA_DIST = \
AUTHORS \
$(changelogs) \
README \
HACKING \
MAINTAINERS \
NEWS
SUBDIRS = \
intl \
po \
macros \
data \
e-util \
widgets \
shell \
libibex \
camel \
filter \
composer \
mail \
tests \
addressbook \
libical \
libversit
# Add this when the calendar builds.
# calendar
dist-hook:
for subdir in intl ; do \
mkdir $(distdir)/$$subdir ; \
cp -pr $(srcdir)/$$subdir $(distdir) ; \
done