[Libsysio-commit] HEAD: libsysio/drivers Makefile.am
Brought to you by:
lward
From: Ruth K. <rk...@us...> - 2003-08-14 18:55:10
|
Update of /cvsroot/libsysio/libsysio/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv16191/drivers Modified Files: Makefile.am Log Message: merge cplant branch into head Index: Makefile.am =================================================================== RCS file: /cvsroot/libsysio/libsysio/drivers/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -w -b -B -p -r1.2 -r1.3 --- Makefile.am 24 Mar 2003 22:09:03 -0000 1.2 +++ Makefile.am 14 Aug 2003 18:39:33 -0000 1.3 @@ -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) |