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