X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.am;h=c3bec4596d2b3244c20a32dd1c147fd745ad26f4;hb=8467deb0d087af14b26205da371eb99149a9a567;hp=a889ad7e810bc2814e3acb1ec49aac3ffa650712;hpb=695449b65eba046535a43bfc001a80f12debd8fb;p=kconfig-frontends diff --git a/Makefile.am b/Makefile.am index a889ad7..c3bec45 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,7 @@ ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4 -SUBDIRS = docs libs frontends -EXTRA_DIST = bootstrap +MAKEFLAGS = $(SILENT_MAKEFLAGS) +if COND_utils + MAYBE_utils = utils +endif +SUBDIRS = docs libs frontends scripts $(MAYBE_utils) +EXTRA_DIST = bootstrap .version