Whamcloud - gitweb
Commented proc code
[fs/lustre-release.git] / lustre / ldlm / Makefile.am
index 66b9203..aff493a 100644 (file)
@@ -3,22 +3,18 @@
 # This code is issued under the GNU General Public License.
 # See the file COPYING in this distribution
 
-DEFS:
+DEFS= 
 MODULE = ldlm
 modulefs_DATA = ldlm.o
 EXTRA_PROGRAMS = ldlm
 
-l_lock.c: 
-       test -e l_lock.c || ln -sf $(top_srcdir)/lib/l_lock.c
+l_net.c: 
+       test -e l_net.c || ln -sf $(top_srcdir)/lib/l_net.c
 
-LINX=l_lock.c
+LINX=l_net.c
 
 ldlm_SOURCES = l_lock.c ldlm_lock.c ldlm_resource.c ldlm_test.c ldlm_lockd.c \
-ldlm_extent.c ldlm_request.c
-
-dist-hook:
-       list='$(LINX)'; for f in $$list; do rm -f $(distdir)/$$f; done
-
+ldlm_extent.c ldlm_request.c l_net.c
 
 include $(top_srcdir)/Rules