Whamcloud - gitweb
LU-8629 obdclass: Fix error exit loop in cl_env_percpu_init
[fs/lustre-release.git] / lustre / mgc / autoMakefile.am
index de97b52..044574d 100644 (file)
 # Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
 # Use is subject to license terms.
 #
+# Copyright (c) 2014, Intel Corporation.
+#
 
 #
 # This file is part of Lustre, http://www.lustre.org/
 # Lustre is a trademark of Sun Microsystems, Inc.
 #
 
-if LIBLUSTRE
-noinst_LIBRARIES = libmgc.a
-libmgc_a_SOURCES = libmgc.c
-libmgc_a_CPPFLAGS = $(LLCPPFLAGS)
-libmgc_a_CFLAGS = $(LLCFLAGS)
-endif
-
 if MODULES
 modulefs_DATA = mgc$(KMODEXT)
 endif