From a982b9cb1413bc175a1cc8c6e9444c4577ab7a7f Mon Sep 17 00:00:00 2001 From: ericm Date: Fri, 13 Oct 2006 18:14:35 +0000 Subject: [PATCH] *** empty log message *** --- lustre/ptlrpc/autoMakefile.am | 2 +- lustre/ptlrpc/gss/autoMakefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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@ -- 1.8.3.1