X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fptlrpc%2FautoMakefile.am;h=4ab929ff25cd036cdb6eb360ecb1d2fbacf60a83;hb=a74d5df65aa887939138ea07dc7a23d0d293f7e0;hp=eb04d163968f33f3f10f4319b66b9ed40ea08a05;hpb=3de901fceee79de12a31428bcc6ba3a00f10d1fe;p=fs%2Flustre-release.git diff --git a/lustre/ptlrpc/autoMakefile.am b/lustre/ptlrpc/autoMakefile.am index eb04d16..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 +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