[Libsysio-commit] b_lustre: libsysio/drivers Makefile.am
Brought to you by:
lward
From: Mei <me...@us...> - 2003-08-15 07:45:38
|
Update of /cvsroot/libsysio/libsysio/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv25257/drivers Modified Files: Tag: b_lustre Makefile.am Log Message: merge changes from HEAD to b_lustre Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/Makefile.am,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -u -w -b -B -p -r1.2 -r1.2.4.1 --- Makefile.am 24 Mar 2003 22:09:03 -0000 1.2 +++ Makefile.am 15 Aug 2003 07:43:15 -0000 1.2.4.1 @@ -11,4 +11,10 @@ else INCORE_DRIVER = endif -SUBDIRS = $(NATIVE_DRIVER) $(INCORE_DRIVER) +if WITH_CPLANT_YOD +YOD_DRIVER = yod +else +YOD_DRIVER = +endif + +SUBDIRS = $(NATIVE_DRIVER) $(INCORE_DRIVER) $(YOD_DRIVER) |