Whamcloud - gitweb
file mount_utils.c was initially added on branch b1_6.
[fs/lustre-release.git] / lustre / ptlrpc / autoMakefile.am
index 17b6f53..d94f0e4 100644 (file)
@@ -5,6 +5,7 @@
 
 LDLM_COMM_SOURCES= $(top_srcdir)/lustre/ldlm/l_lock.c  \
        $(top_srcdir)/lustre/ldlm/ldlm_lock.c           \
+       $(top_srcdir)/lustre/ldlm/interval_tree.c       \
        $(top_srcdir)/lustre/ldlm/ldlm_resource.c       \
        $(top_srcdir)/lustre/ldlm/ldlm_lib.c            \
        $(top_srcdir)/lustre/ldlm/ldlm_plain.c          \
@@ -13,13 +14,14 @@ LDLM_COMM_SOURCES= $(top_srcdir)/lustre/ldlm/l_lock.c       \
        $(top_srcdir)/lustre/ldlm/ldlm_lockd.c          \
        $(top_srcdir)/lustre/ldlm/ldlm_internal.h       \
        $(top_srcdir)/lustre/ldlm/ldlm_inodebits.c      \
-       $(top_srcdir)/lustre/ldlm/ldlm_flock.c
+       $(top_srcdir)/lustre/ldlm/ldlm_flock.c          \
+       $(top_srcdir)/lustre/ldlm/ldlm_pool.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 wiretest.c               \
-    ptlrpc_internal.h layout.c sec.c sec_bulk.c sec_gc.c sec_null.c         \
-    sec_plain.c sec_lproc.c lproc_ptlrpc.c $(LDLM_COMM_SOURCES)
+    ptlrpc_internal.h layout.c sec.c sec_bulk.c sec_gc.c sec_config.c       \
+    sec_lproc.c sec_null.c sec_plain.c lproc_ptlrpc.c $(LDLM_COMM_SOURCES)
 
 if LIBLUSTRE
 
@@ -59,6 +61,10 @@ ptlrpc_SOURCES := \
         service.c \
        wiretest.c \
        sec.c \
+       sec_bulk.c \
+       sec_gc.c \
+       sec_config.c \
+       sec_lproc.c \
        sec_null.c \
        sec_plain.c \
         $(LDLM_COMM_SOURCES)
@@ -81,4 +87,4 @@ endif
 
 install-data-hook: $(install_data_hook)
 DIST_SOURCES = $(ptlrpc_objs:.o=.c) ptlrpc_internal.h
-MOSTLYCLEANFILES := @MOSTLYCLEANFILES@  ldlm_*.c l_lock.c
+MOSTLYCLEANFILES := @MOSTLYCLEANFILES@  ldlm_*.c l_lock.c interval_tree.c