To make Evolution's shared libraries more consistent. Also add an evolution-mail-composer documentation module.
11 lines
152 B
Makefile
11 lines
152 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
evolution-mail-composer \
|
|
evolution-mail-formatter \
|
|
evolution-shell \
|
|
evolution-util \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|