X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosc%2FMakefile.in;h=40ffa1633d97ecb4d3c854f01048d29bdb84031d;hb=0517160dd68ac026513ad1b8e3e6f7abd4acfdef;hp=568a725f19f202d19a90849441840d3af2fb254f;hpb=2dc9c16e770415d56839e1996015fec5fab93f29;p=fs%2Flustre-release.git diff --git a/lustre/osc/Makefile.in b/lustre/osc/Makefile.in index 568a725..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_lib.o osc_create.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@