From f60cd7fc43d25855cafaab84e655e0f2b99c95ee Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Wed, 14 Dec 2011 21:24:21 +0100 Subject: Move GtkBuilder files to data/ui There's not much point in having two UI files (glade/ and ui/), and besides the files were not actually in glade format anymore. --- data/ui/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'data/ui/Makefile.am') diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am index 4e148e1c6..64cae58fa 100644 --- a/data/ui/Makefile.am +++ b/data/ui/Makefile.am @@ -8,6 +8,15 @@ xml_DATA = \ cssdir = $(pkgdatadir) css_DATA = epiphany.css +gladedir = $(pkgdatadir)/glade +glade_DATA = \ + certificate-dialogs.ui \ + epiphany.ui \ + form-signing-dialog.ui \ + prefs-dialog.ui \ + print.ui + EXTRA_DIST = \ $(xml_DATA) \ - $(css_DATA) + $(css_DATA) \ + $(glade_data) -- cgit v1.2.3