From: buffalo-pull Date: Tue, 29 Mar 2005 08:14:23 +0000 (+0000) Subject: Need to include smfs_api.h in the distributed sources (i.e. make dist). X-Git-Tag: 1.3.4~21 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8eb1336b4838ff72945879aaaa680e3ff7f0bb51;p=fs%2Flustre-release.git Need to include smfs_api.h in the distributed sources (i.e. make dist). --- diff --git a/lustre/smfs/autoMakefile.am b/lustre/smfs/autoMakefile.am index b3a10d6..f57fbfb 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