diff options
author | Dan Winship <danw@src.gnome.org> | 2004-02-24 02:35:51 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2004-02-24 02:35:51 +0800 |
commit | b4891b3326bf5c00a57af3acc7b6991043b4ed25 (patch) | |
tree | 2051ade9ad459b89cb9b632b76e9bf7631f2055d /ui/Makefile.am | |
parent | 6e41a9db29e18fb8641c38ec5866ffdf5b22eca2 (diff) | |
download | gsoc2013-evolution-b4891b3326bf5c00a57af3acc7b6991043b4ed25.tar.gz gsoc2013-evolution-b4891b3326bf5c00a57af3acc7b6991043b4ed25.tar.zst gsoc2013-evolution-b4891b3326bf5c00a57af3acc7b6991043b4ed25.zip |
Remove (this was the Summary's UI file)
* my-evolution.xml: Remove (this was the Summary's UI file)
* Makefile.am (XML_FILES): Remove my-evolution.xml
svn path=/trunk/; revision=24831
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index 47e1e04779..d527917874 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -16,8 +16,7 @@ XML_FILES = \ evolution-signature-editor.xml \ evolution-subscribe.xml \ evolution-task-editor.xml \ - evolution-tasks.xml \ - my-evolution.xml + evolution-tasks.xml evolutionui_DATA = $(XML_FILES) |