X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2FautoMakefile.am;h=4ab929ff25cd036cdb6eb360ecb1d2fbacf60a83;hb=0737fef9a80844ce2bab1b0ef64802caaaf01f3f;hp=96dcfe36c60fbf8f804f970b42d61923971fc5a4;hpb=d79fc607ddc94e1b5bfcee6c0ebe4ad6045f2823;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/autoMakefile.am b/lustre/ptlrpc/autoMakefile.am index 96dcfe3..4ab929f 100644 --- a/lustre/ptlrpc/autoMakefile.am +++ b/lustre/ptlrpc/autoMakefile.am @@ -3,15 +3,20 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -LDLM_COMM_SOURCES= $(top_srcdir)/ldlm/l_lock.c $(top_srcdir)/ldlm/ldlm_lock.c \ - $(top_srcdir)/ldlm/ldlm_resource.c $(top_srcdir)/ldlm/ldlm_lib.c \ - $(top_srcdir)/ldlm/ldlm_plain.c $(top_srcdir)/ldlm/ldlm_extent.c \ - $(top_srcdir)/ldlm/ldlm_request.c $(top_srcdir)/ldlm/ldlm_lockd.c \ - $(top_srcdir)/ldlm/ldlm_internal.h $(top_srcdir)/ldlm/ldlm_inodebits.c +LDLM_COMM_SOURCES= $(top_srcdir)/lustre/ldlm/l_lock.c \ + $(top_srcdir)/lustre/ldlm/ldlm_lock.c \ + $(top_srcdir)/lustre/ldlm/ldlm_resource.c \ + $(top_srcdir)/lustre/ldlm/ldlm_lib.c \ + $(top_srcdir)/lustre/ldlm/ldlm_plain.c \ + $(top_srcdir)/lustre/ldlm/ldlm_extent.c \ + $(top_srcdir)/lustre/ldlm/ldlm_request.c \ + $(top_srcdir)/lustre/ldlm/ldlm_lockd.c \ + $(top_srcdir)/lustre/ldlm/ldlm_internal.h \ + $(top_srcdir)/lustre/ldlm/ldlm_inodebits.c COMMON_SOURCES = client.c recover.c connection.c niobuf.c pack_generic.c \ events.c ptlrpc_module.c service.c pinger.c recov_thread.c llog_net.c \ - llog_client.c llog_server.c import.c ptlrpcd.c pers.c \ + llog_client.c llog_server.c import.c ptlrpcd.c pers.c \ ptlrpc_internal.h $(LDLM_COMM_SOURCES) if LIBLUSTRE @@ -27,6 +32,5 @@ if MODULES modulefs_DATA = ptlrpc$(KMODEXT) endif # MODULES -MOSTLYCLEANFILES = *.o *.ko *.mod.c ldlm_*.c l_lock.c -DIST_SOURCES = $(filter-out @top_srcdir@/ldlm/%,$(ptlrpc-objs:%.o=%.c)) ptlrpc_internal.h - +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ ldlm_*.c l_lock.c +DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h