diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1358de34..00b803e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,10 +28,11 @@ SUBDIRS = \ po \ schedutils \ sys-utils \ + disk-utils \ text-utils if LINUX -SUBDIRS += disk-utils fdisk tests +SUBDIRS += fdisk tests endif RCS_FIND_IGNORE := \( -name SCCS -o -name BitKeeper -o -name .svn -o \ |