X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosc%2FMakefile.in;h=40ffa1633d97ecb4d3c854f01048d29bdb84031d;hb=c480ba3518527a3ef1fb9e2e9d53cf960894d782;hp=2eb2eea34dac9a74e521c1d3903e3c67662d4763;hpb=959ac6514e221056725748d9f98d00ec58ab7a91;p=fs%2Flustre-release.git diff --git a/lustre/osc/Makefile.in b/lustre/osc/Makefile.in index 2eb2eea..40ffa16 100644 --- a/lustre/osc/Makefile.in +++ b/lustre/osc/Makefile.in @@ -1,4 +1,6 @@ MODULES := osc -osc-objs := osc_request.o lproc_osc.o osc_create.o cache.o +osc-objs := osc_request.o lproc_osc.o osc_create.o osc_dev.o osc_object.o osc_page.o osc_lock.o osc_io.o + +EXTRA_DIST = $(osc-objs:%.o=%.c) osc_internal.h osc_cl_internal.h @INCLUDE_RULES@