X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fobdfs%2FMakefile.am;fp=lustre%2Fobdfs%2FMakefile.am;h=1432ae745e92e658ea1a0d989298db1eb52aa197;hb=2632ee37bb24b5769ed919ebf4c5576953c69ed9;hp=0000000000000000000000000000000000000000;hpb=27f5842c2d95e99cb391d23b1b2297c615d10188;p=fs%2Flustre-release.git diff --git a/lustre/obdfs/Makefile.am b/lustre/obdfs/Makefile.am new file mode 100644 index 0000000..1432ae7 --- /dev/null +++ b/lustre/obdfs/Makefile.am @@ -0,0 +1,11 @@ +# Copyright (C) 2001 Cluster File Systems, Inc. +# +# This code is issued under the GNU General Public License. +# See the file COPYING in this distribution + +MODULE = obdfs +modulefs_DATA = obdfs.o +EXTRA_PROGRAMS = obdfs +obdfs_SOURCES = flushd.c rw.c file.c dir.c sysctl.c super.c namei.c symlink.c + +include $(top_srcdir)/Rules