[Libsysio-commit] RedStorm: libsysio/drivers Makefile.am
Brought to you by:
lward
From: Lee W. <lw...@us...> - 2003-09-26 21:28:49
|
Update of /cvsroot/libsysio/libsysio/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv12723/drivers Modified Files: Tag: RedStorm Makefile.am Log Message: Merged with current head. Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/Makefile.am,v retrieving revision 1.2 retrieving revision 1.2.6.1 diff -u -w -b -B -p -r1.2 -r1.2.6.1 --- Makefile.am 24 Mar 2003 22:09:03 -0000 1.2 +++ Makefile.am 26 Sep 2003 21:28:33 -0000 1.2.6.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) |