From c090bb356704e06f69d488c3fccf0412af1569d1 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 10 Mar 2008 21:44:14 +0000 Subject: [PATCH] Branch HEAD Fix "make rpms" due to missing file. b=14321 --- lustre/mgc/autoMakefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mgc/autoMakefile.am b/lustre/mgc/autoMakefile.am index b011e8c..8b88691 100644 --- a/lustre/mgc/autoMakefile.am +++ b/lustre/mgc/autoMakefile.am @@ -15,4 +15,4 @@ modulefs_DATA = mgc$(KMODEXT) endif MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ -DIST_SOURCES := $(mgc-objs:%.o=%.c) libmgc.c +DIST_SOURCES := $(mgc-objs:%.o=%.c) libmgc.c mgc_internal.h -- 1.8.3.1