Files
evolution/Makefile.am
Bertrand Guiheneuf 6476c5f233 tests
* tests/test1.c (main): tests

	* camel/camel-mime-message.c (_write_to_file):
	started write_to framework for mime_messages

svn path=/trunk/; revision=931
1999-05-18 19:06:00 +00:00

10 lines
156 B
Makefile

SUBDIRS = po macros camel tests
dist-hook:
for subdir in intl ; do \
mkdir $(distdir)/$$subdir ; \
cp -pr $(srcdir)/$$subdir $(distdir) ; \
done