From 054c0881696a85f537e93b4950a28f505a3dc0f7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 24 Sep 2009 18:04:36 -0400 Subject: =?UTF-8?q?Bug=C2=A0589153=20-=20Use=20GtkBuilder=20instead=20of?= =?UTF-8?q?=20libglade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ui') 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 -- cgit v1.2.3