diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c0d5b64..3283061 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,9 @@ endif if DESKTOP_DOCS_ENABLED SUBDIRS += desktop-docs endif +if MATE_CONF_IMPORT_ENABLED +SUBDIRS += mate-conf +endif ACLOCAL_AMFLAGS = -I m4 |