Update of /cvsroot/libphidget/libphidget/src
In directory usw-pr-cvs1:/tmp/cvs-serv4882/src
Modified Files:
Makefile.am
Log Message:
Changed the directory layout and functionality:
- ./src/phidget++ now contains the libphidget++ library components
- ./src/examples now contains the, ahem, examples
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libphidget/libphidget/src/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 7 Sep 2002 20:12:29 -0000 1.2
--- Makefile.am 7 Sep 2002 21:56:54 -0000 1.3
***************
*** 1 ****
! SUBDIRS = libphidget phidget++
--- 1 ----
! SUBDIRS = libphidget phidget++ examples
|