Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
17 lines
312 B
Makefile
17 lines
312 B
Makefile
UI_FILES = \
|
|
evolution-calendars.ui \
|
|
evolution-contacts.ui \
|
|
evolution-mail.ui \
|
|
evolution-mail-reader.ui \
|
|
evolution-memos.ui \
|
|
evolution-shell.ui \
|
|
evolution-tasks.ui
|
|
|
|
evolutionui_DATA = $(UI_FILES)
|
|
|
|
EXTRA_DIST = \
|
|
$(UI_FILES) \
|
|
ChangeLog.pre-1-4
|
|
|
|
-include $(top_srcdir)/git.mk
|