From dcec8c208697106401f714547a79afe48acf750b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 24 Mar 2010 16:00:30 -0400 Subject: Add a Glade 3 catalog. Evolution maintainers should install this so they can safely open GtkBuilder files in Glade 3 without Glade silently deleting custom widgets it doesn't understand. The catalog makes it understand. --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bf1adb0a25..d17b4e158b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,11 @@ if WITH_HELP HELP_SUBDIR=help endif +# For maintainers only. +if GLADE_CATALOG +MAINT_SUBDIR=maint +endif + SUBDIRS = \ m4 \ data \ @@ -61,6 +66,7 @@ SUBDIRS = \ art \ plugins \ modules \ + $(MAINT_SUBDIR) \ doc \ ui \ views \ -- cgit v1.2.3