diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 04:31:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-14 04:31:08 +0800 |
commit | 08bd7765721e5d866c4d7a546b94f691cf62d972 (patch) | |
tree | aaca52e83da675b32534d29176e94ebc0b13a53b /ui/Makefile.am | |
parent | 5f6a18500c3119731663ac4c059426c62a3b37f6 (diff) | |
download | gsoc2013-evolution-08bd7765721e5d866c4d7a546b94f691cf62d972.tar.gz gsoc2013-evolution-08bd7765721e5d866c4d7a546b94f691cf62d972.tar.zst gsoc2013-evolution-08bd7765721e5d866c4d7a546b94f691cf62d972.zip |
Get a basic shell window working.
svn path=/branches/kill-bonobo/; revision=35982
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index 80193355f9..00b8953101 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -9,8 +9,12 @@ XML_FILES = \ evolution-memos.xml \ evolution-tasks.xml -evolutionui_DATA = $(XML_FILES) +UI_FILES = \ + evolution-shell.ui + +evolutionui_DATA = $(UI_FILES) $(XML_FILES) EXTRA_DIST = \ + $(UI_FILES) \ $(XML_FILES) \ ChangeLog.pre-1-4 |