X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fldlm%2FMakefile.am;h=7beda3d2c047cf4df5fe9af81c7c77c068cd284f;hb=f83a8d69c1dc128af5c40811d222bd92ee73e437;hp=ed5051a6073d12b4e6028f65c2c652bde7f18226;hpb=560f935c10c1aef980b5717b5882a0e0f2a6c2a5;p=fs%2Flustre-release.git diff --git a/lustre/ldlm/Makefile.am b/lustre/ldlm/Makefile.am index ed5051a..7beda3d 100644 --- a/lustre/ldlm/Makefile.am +++ b/lustre/ldlm/Makefile.am @@ -3,13 +3,11 @@ # This code is issued under the GNU General Public License. # See the file COPYING in this distribution -DEFS= -MODULE = ldlm -modulefs_DATA = ldlm.o -EXTRA_PROGRAMS = ldlm - -ldlm_SOURCES = l_lock.c ldlm_lock.c ldlm_resource.c ldlm_test.c ldlm_lockd.c \ -ldlm_extent.c ldlm_request.c - -include $(top_srcdir)/Rules +# +# ldlm is built into ptlrpc +# +MOSTLYCLEANFILES := @MOSTLYCLEANFILES@ +DIST_SOURCES = ldlm_extent.c ldlm_flock.c ldlm_internal.h ldlm_lib.c \ + ldlm_lock.c ldlm_lockd.c ldlm_plain.c ldlm_request.c \ + ldlm_resource.c l_lock.c ldlm_inodebits.c ldlm_pool.c