* 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
10 lines
156 B
Makefile
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
|