Files
evolution/Makefile.am
Matthew Loper f729bbb6c5 + * Makefile.am: add calendar compilation back in.
+
+       * calendar/Makefile.am: remove the gui directory, which doesn't
+         compile.

svn path=/trunk/; revision=2247
2000-03-29 19:06:18 +00:00

37 lines
471 B
Makefile

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 \
calendar \
wombat \
po
dist-hook:
for subdir in intl ; do \
mkdir $(distdir)/$$subdir ; \
cp -pr $(srcdir)/$$subdir $(distdir) ; \
done