aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.am
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-10 08:03:24 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-10 22:32:03 +0800
commit45d475c31b2dbda8033021984ba9a429b9eddf51 (patch)
tree04550583b657b0ea2e62f1a289631e9e03a8dbb1 /ui/Makefile.am
parent3b0699fc304d0f4aecb261d19869de221f5d6abf (diff)
downloadgsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar
gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar.gz
gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar.bz2
gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar.lz
gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar.xz
gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.tar.zst
gsoc2013-evolution-45d475c31b2dbda8033021984ba9a429b9eddf51.zip
Kill EMMenu and EMPopup.
Also finish adapting Templates plugin to EPluginUI. It was still leaning pretty hard on EMPopup.
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r--ui/Makefile.am10
1 files changed, 1 insertions, 9 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
index ebae928dee..a57b470dca 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -1,10 +1,3 @@
-XML_FILES = \
- evolution.xml \
- evolution-mail-message.xml \
- evolution-mail-list.xml \
- evolution-mail-global.xml \
- evolution-mail-messagedisplay.xml
-
UI_FILES = \
evolution-calendars.ui \
evolution-contacts.ui \
@@ -14,11 +7,10 @@ UI_FILES = \
evolution-shell.ui \
evolution-tasks.ui
-evolutionui_DATA = $(UI_FILES) $(XML_FILES)
+evolutionui_DATA = $(UI_FILES)
EXTRA_DIST = \
$(UI_FILES) \
- $(XML_FILES) \
ChangeLog.pre-1-4
-include $(top_srcdir)/git.mk