diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-03-25 04:00:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-03-25 04:00:30 +0800 |
commit | dcec8c208697106401f714547a79afe48acf750b (patch) | |
tree | 455b6136f7272ee9e93f553d00bade1a357e8394 /Makefile.am | |
parent | 37287b0f468259ef56bb7cfa9c0bcdc157456b94 (diff) | |
download | gsoc2013-evolution-dcec8c208697106401f714547a79afe48acf750b.tar.gz gsoc2013-evolution-dcec8c208697106401f714547a79afe48acf750b.tar.zst gsoc2013-evolution-dcec8c208697106401f714547a79afe48acf750b.zip |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 \ |