diff options
author | nobody <nobody@localhost> | 2001-10-03 03:19:44 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-10-03 03:19:44 +0800 |
commit | 162aea4409244ede9517b0a68b778ee3e96cd18e (patch) | |
tree | 8f5f9b7cbb8614876e1daeaccef93d7ded95ca3f /ui/Makefile.am | |
parent | 1057efd639f0f3f0cef84fb492ef4b6bc4bd8bce (diff) | |
download | gsoc2013-evolution-MERGE_TO_HEAD_1_BEFORE.tar.gz gsoc2013-evolution-MERGE_TO_HEAD_1_BEFORE.tar.zst gsoc2013-evolution-MERGE_TO_HEAD_1_BEFORE.zip |
This commit was manufactured by cvs2svn to create tagMERGE_TO_HEAD_1_BEFORE
'MERGE_TO_HEAD_1_BEFORE'.
svn path=/tags/MERGE_TO_HEAD_1_BEFORE/; revision=13333
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am deleted file mode 100644 index 007170e330..0000000000 --- a/ui/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -XML_FILES = \ - evolution.xml \ - evolution-addressbook.xml \ - evolution-calendar.xml \ - evolution-contact-editor.xml \ - evolution-contact-list-editor.xml \ - evolution-comp-editor.xml \ - evolution-event-editor.xml \ - evolution-executive-summary.xml \ - evolution-mail-message.xml \ - evolution-mail-list.xml \ - evolution-mail-global.xml \ - evolution-mail-messagedisplay.xml \ - evolution-message-composer.xml \ - evolution-signature-editor.xml \ - evolution-subscribe.xml \ - evolution-task-editor.xml \ - evolution-tasks.xml \ - my-evolution.xml - -uidir = $(datadir)/gnome/ui -ui_DATA = $(XML_FILES) - -EXTRA_DIST = $(XML_FILES) |