diff options
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 \ |