diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 68c98f0..4ccc9a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = libmate-desktop man docs po schemas +SUBDIRS = libmate-desktop man docs po schemas tools if MATE_ABOUT_ENABLED SUBDIRS += mate-about @@ -9,9 +9,6 @@ endif if USER_GUIDE_ENABLED SUBDIRS += user-guide endif -if MATE_CONF_IMPORT_ENABLED -SUBDIRS += mate-conf -endif ACLOCAL_AMFLAGS = -I m4 |