X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2FautoMakefile.am;h=4f68d570a074ca84de241d642d3b4e3b5f9de3e3;hp=2473676f4cc00b0a9e662ced4eb3c7cb5f418072;hb=250cfab4dee85481ca8003bf75a110e5704af65c;hpb=6869932b552ac705f411de3362f01bd50c1f6f7d diff --git a/lustre/llite/autoMakefile.am b/lustre/llite/autoMakefile.am index 2473676..4f68d57 100644 --- a/lustre/llite/autoMakefile.am +++ b/lustre/llite/autoMakefile.am @@ -25,7 +25,7 @@ # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved +# Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. # Use is subject to license terms. # @@ -35,9 +35,12 @@ # if MODULES -modulefs_DATA = lustre$(KMODEXT) llite_lloop$(KMODEXT) +if LLITE_LLOOP + LLOOP_MOD = llite_lloop$(KMODEXT) +else + LLOOP_MOD = +endif +modulefs_DATA = lustre$(KMODEXT) $(LLOOP_MOD) endif -DIST_SOURCES := $(lustre-objs:.o=.c) llite_internal.h rw26.c super25.c -DIST_SOURCES += $(llite_lloop-objs:.o=.c) MOSTLYCLEANFILES := @MOSTLYCLEANFILES@