From: ericm Date: Fri, 13 Oct 2006 18:14:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v1_8_0_110~486^2~539 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=a982b9cb1413bc175a1cc8c6e9444c4577ab7a7f;p=fs%2Flustre-release.git *** empty log message *** --- diff --git a/lustre/ptlrpc/autoMakefile.am b/lustre/ptlrpc/autoMakefile.am index 52f0931..4469672 100644 --- a/lustre/ptlrpc/autoMakefile.am +++ b/lustre/ptlrpc/autoMakefile.am @@ -75,7 +75,7 @@ endif # DARWIN endif # MODULES -EXTRA_DIST = gss +SUBDIRS = gss install-data-hook: $(install_data_hook) DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h diff --git a/lustre/ptlrpc/gss/autoMakefile.am b/lustre/ptlrpc/gss/autoMakefile.am index 1c00f3df..3f9be08 100644 --- a/lustre/ptlrpc/gss/autoMakefile.am +++ b/lustre/ptlrpc/gss/autoMakefile.am @@ -11,5 +11,5 @@ modulefs_DATA = ptlrpc_gss$(KMODEXT) endif # MODULES DIST_SOURCES = $(ptlrpc_gss-objs:.o=.c) gss_api.h gss_asn1.h gss_err.h \ - gss_internal.h + gss_internal.h gss_krb5.h MOSTLYCLEANFILES := @MOSTLYCLEANFILES@