diff options
author | nobody <nobody@localhost> | 2001-08-01 20:34:21 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-08-01 20:34:21 +0800 |
commit | 1c9e47c4087e753a374799ccff1fd811a1778245 (patch) | |
tree | 8cd9b480e77a7831e316d42af9a47d3f6d2cc00a /ui/Makefile.am | |
parent | 496986326df84d02d17cbd7329a885e49237fcfc (diff) | |
download | gsoc2013-evolution-GNOME_PILOT_0_1_61.tar.gz gsoc2013-evolution-GNOME_PILOT_0_1_61.tar.zst gsoc2013-evolution-GNOME_PILOT_0_1_61.zip |
This commit was manufactured by cvs2svn to create tagGNOME_PILOT_0_1_61
'GNOME_PILOT_0_1_61'.
svn path=/tags/GNOME_PILOT_0_1_61/; revision=11553
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) |