Skip to content
Snippets Groups Projects
Commit 96dd7922 authored by Wang Di's avatar Wang Di
Browse files

add snapfs building support in lustre

parent ebe737ca
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ SUBDIRS = lvfs portals obdclass include $(DIRS24) mds utils obdfilter mdc osc os
SUBDIRS+= llite obdecho lov cobd tests doc scripts conf ptlrpc
endif
if SNAPFS
SUBDIRS+= snapfs
endif
DIST_SUBDIRS = $(SUBDIRS) liblustre
EXTRA_DIST = BUGS FDL Rules kernel_patches
......
......@@ -38,6 +38,11 @@ else
fi
AC_SUBST(SYSIO)
# snap compilation
AC_ARG_ENABLE(snapfs, [ --enable-snapfs build snapfs])
AM_CONDITIONAL(SNAPFS, test x$enable_snapfs = xyes)
sinclude(portals/build.m4)
sinclude(portals/archdep.m4)
......@@ -60,5 +65,6 @@ AC_OUTPUT([Makefile lvfs/Makefile portals/Makefile portals/Kernelenv \
lov/Makefile osc/Makefile mdc/Makefile mds/Makefile ost/Makefile \
cobd/Makefile ptlbd/Makefile conf/Makefile tests/Makefile \
utils/Makefile utils/Lustre/Makefile obdfilter/Makefile \
obdclass/Makefile include/Makefile include/linux/Makefile llite/Makefile doc/Makefile scripts/Makefile \
obdclass/Makefile snapfs/Makefile snapfs/utils/Makefile \
include/Makefile include/linux/Makefile llite/Makefile doc/Makefile scripts/Makefile \
scripts/lustre.spec])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment