[Libsysio-commit] libsysio/drivers Makefile.am,1.2,1.2.2.1
Brought to you by:
lward
|
From: <rk...@us...> - 2003-04-28 20:22:10
|
Update of /cvsroot/libsysio/libsysio/drivers
In directory sc8-pr-cvs1:/tmp/cvs-serv17795
Modified Files:
Tag: cplant
Makefile.am
Log Message:
add cplant yod driver, mostly stubs
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libsysio/libsysio/drivers/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** Makefile.am 24 Mar 2003 22:09:03 -0000 1.2
--- Makefile.am 28 Apr 2003 20:21:36 -0000 1.2.2.1
***************
*** 12,14 ****
endif
! SUBDIRS = $(NATIVE_DRIVER) $(INCORE_DRIVER)
--- 12,20 ----
endif
! if WITH_CPLANT_YOD
! YOD_DRIVER = yod
! else
! YOD_DRIVER =
! endif
!
! SUBDIRS = $(NATIVE_DRIVER) $(INCORE_DRIVER) $(YOD_DRIVER)
|