diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-25 06:04:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-17 08:33:32 +0800 |
commit | 054c0881696a85f537e93b4950a28f505a3dc0f7 (patch) | |
tree | e63cfece426e2de5898c926eb6737cff229bb38b /ui/Makefile.am | |
parent | 6348266ee635db59a12d75497f980dd85d0fcf58 (diff) | |
download | gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.tar.gz gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.tar.zst gsoc2013-evolution-054c0881696a85f537e93b4950a28f505a3dc0f7.zip |
BugĀ 589153 - Use GtkBuilder instead of libglade
Diffstat (limited to 'ui/Makefile.am')
-rw-r--r-- | ui/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index a57b470dca..a562be7180 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,4 +1,4 @@ -UI_FILES = \ +ui_DATA = \ evolution-calendars.ui \ evolution-contacts.ui \ evolution-mail.ui \ @@ -7,10 +7,8 @@ UI_FILES = \ evolution-shell.ui \ evolution-tasks.ui -evolutionui_DATA = $(UI_FILES) - EXTRA_DIST = \ - $(UI_FILES) \ + $(ui_DATA) \ ChangeLog.pre-1-4 -include $(top_srcdir)/git.mk |