From: Otavio Salvador <[EMAIL PROTECTED]>
--- libparted/Makefile.am | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/libparted/Makefile.am b/libparted/Makefile.am index 0cb7c09..b071658 100644 --- a/libparted/Makefile.am +++ b/libparted/Makefile.am @@ -3,7 +3,13 @@ # # This file may be modified and/or distributed without restriction. -SUBDIRS = labels fs +if HAVE_CHECK +SUBDIRS_CHECK = tests +else +SUBDIRS_CHECK = +endif + +SUBDIRS = labels fs . $(SUBDIRS_CHECK) LIBS = @INTLLIBS@ @LIBS@ _______________________________________________ parted-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/parted-devel

