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