Lots of reorganization to get the Evolution shell to begin its life. It also includes a new evolution widget from Damon. Miguel. svn path=/trunk/; revision=1536
15 lines
226 B
Makefile
15 lines
226 B
Makefile
SUBDIRS = \
|
|
po \
|
|
macros \
|
|
camel \
|
|
e-util \
|
|
widgets \
|
|
composer \
|
|
tests
|
|
|
|
dist-hook:
|
|
for subdir in intl ; do \
|
|
mkdir $(distdir)/$$subdir ; \
|
|
cp -pr $(srcdir)/$$subdir $(distdir) ; \
|
|
done
|