From 992b6bbcedfdffbb81fe48b42fb7c9e0fb8c9592 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 27 May 2005 11:17:41 +0000 Subject: [PATCH] Branch b1_4 Always include liblustre in DIST_SUBDIRS --- lustre/autoMakefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/autoMakefile.am b/lustre/autoMakefile.am index 29ba3f7..65f636b 100644 --- a/lustre/autoMakefile.am +++ b/lustre/autoMakefile.am @@ -32,7 +32,7 @@ endif SUBDIRS += $(LIBLUSTRE_SUBDIRS) endif -DIST_SUBDIRS := $(ALWAYS_SUBDIRS) $(SERVER_SUBDIRS) $(CLIENT_SUBDIRS) +DIST_SUBDIRS := $(ALWAYS_SUBDIRS) $(SERVER_SUBDIRS) $(CLIENT_SUBDIRS) $(LIBLUSTRE_SUBDIRS) EXTRA_DIST = BUGS FDL kernel_patches -- 1.8.3.1