From 0011485effc81fa8d43849ec1d3bf7d9537c3516 Mon Sep 17 00:00:00 2001 From: ericm Date: Sat, 14 Oct 2006 18:12:01 +0000 Subject: [PATCH] branch: b_new_cmd only include gss subdir if gss is enabled. --- lustre/ptlrpc/autoMakefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/ptlrpc/autoMakefile.am b/lustre/ptlrpc/autoMakefile.am index 4469672..5ff67af 100644 --- a/lustre/ptlrpc/autoMakefile.am +++ b/lustre/ptlrpc/autoMakefile.am @@ -75,7 +75,9 @@ endif # DARWIN endif # MODULES +if GSS SUBDIRS = gss +endif install-data-hook: $(install_data_hook) DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h -- 1.8.3.1