From 8008e75f2a553812e1fbf6abf045677ef4376b81 Mon Sep 17 00:00:00 2001 From: jxiong Date: Fri, 28 Sep 2007 04:37:43 +0000 Subject: [PATCH] Fixed make dist. --- lustre/llite/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/llite/Makefile.in b/lustre/llite/Makefile.in index fad7b02..c7e8ecf 100644 --- a/lustre/llite/Makefile.in +++ b/lustre/llite/Makefile.in @@ -9,4 +9,6 @@ else lustre-objs += rw26.o super25.o endif +EXTRA_DIST := $(llite_lloop-objs:.o=.c) + @INCLUDE_RULES@ -- 1.8.3.1