From 02a8c530d22cb43d9233cb61b0ab060fc1bd7dc4 Mon Sep 17 00:00:00 2001 From: zam <zam> Date: Tue, 1 May 2007 07:24:53 +0000 Subject: [PATCH] multi-threaded user-level libcfs: cfs_kernel_tread implemented using pthread_create. --- build/autoMakefile.am.toplevel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoMakefile.am.toplevel b/build/autoMakefile.am.toplevel index bcdd810a5d..a972def141 100644 --- a/build/autoMakefile.am.toplevel +++ b/build/autoMakefile.am.toplevel @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS := . build @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ lnet lustre +SUBDIRS := . build @LIBSYSIO_SUBDIR@ @SNMP_SUBDIR@ lnet # lustre DIST_SUBDIRS := build @SNMP_DIST_SUBDIR@ libsysio lnet lustre EXTRA_DIST := config.h.in -- GitLab