12 lines
177 B
Makefile
12 lines
177 B
Makefile
NULL =
|
|
|
|
SUBDIRS = \
|
|
evolution-mail-composer \
|
|
evolution-mail-engine \
|
|
evolution-mail-formatter \
|
|
evolution-shell \
|
|
evolution-util \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|