From 8eb1336b4838ff72945879aaaa680e3ff7f0bb51 Mon Sep 17 00:00:00 2001 From: buffalo-pull <buffalo-pull> Date: Tue, 29 Mar 2005 08:14:23 +0000 Subject: [PATCH] Need to include smfs_api.h in the distributed sources (i.e. make dist). --- lustre/smfs/autoMakefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/smfs/autoMakefile.am b/lustre/smfs/autoMakefile.am index b3a10d6277..f57fbfb996 100644 --- a/lustre/smfs/autoMakefile.am +++ b/lustre/smfs/autoMakefile.am @@ -10,4 +10,4 @@ endif endif MOSTLYCLEANFILES = *.o *.ko *.mod.c -DIST_SOURCES = $(smfs-objs:%.o=%.c) smfs_internal.h +DIST_SOURCES = $(smfs-objs:%.o=%.c) smfs_internal.h smfs_api.h -- GitLab