diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c489665f..9febbfd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,8 +44,10 @@ SUBDIRS += mount endif if BUILD_FSCK +if BUILD_LIBBLKID SUBDIRS += fsck endif +endif ACLOCAL_AMFLAGS = -I m4 |