X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fllite%2FMakefile.am;h=1838bd17a1576c94f55ce4ff382d0467a52f0d4e;hb=9fb5a42bbe09549f4fa7b50cc57ce0a42a56dbc6;hp=defc5327be34aee2afdf8a1a48137b836e9bf10c;hpb=2ad1df3c62663ce61e82856ebe4f576f751d617d;p=fs%2Flustre-release.git diff --git a/lustre/llite/Makefile.am b/lustre/llite/Makefile.am index defc532..1838bd1 100644 --- a/lustre/llite/Makefile.am +++ b/lustre/llite/Makefile.am @@ -3,7 +3,7 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -DEFS:= +DEFS= MODULE = llite modulefs_DATA = llite.o @@ -14,7 +14,7 @@ page.c: LINX=page.c -llite_SOURCES = recover.c commit_callback.c page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c +llite_SOURCES = dcache.c recover.c commit_callback.c page.c super.c rw.c file.c dir.c sysctl.c namei.c symlink.c dist-hook: list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done