|
From: Frank V. C. <fr...@us...> - 2000-10-30 05:01:30
|
Update of /cvsroot/corelinux/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv14134 Modified Files: configure.in Log Message: 119678 Completed dispatch table functionality with example Index: configure.in =================================================================== RCS file: /cvsroot/corelinux/clfw/configure.in,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** configure.in 2000/10/27 10:51:58 1.17 --- configure.in 2000/10/30 05:01:25 1.18 *************** *** 77,81 **** dnl Checks for typedefs, structures, and compiler characteristics. ! CPPFLAGS="${CPPFLAGS} -I\$(top_srcdir)/clfw/ " dnl Checks for library functions. --- 77,81 ---- dnl Checks for typedefs, structures, and compiler characteristics. ! CPPFLAGS="${CPPFLAGS} -I\$(top_srcdir)/clfw/ -I\$(srcdir)/include" dnl Checks for library functions. *************** *** 116,118 **** src/libs/clfw/Makefile \ src/testdrivers/Makefile \ ! src/testdrivers/exf1/Makefile, [ chmod +x debian/rules ] ) --- 116,120 ---- src/libs/clfw/Makefile \ src/testdrivers/Makefile \ ! src/testdrivers/exf1/Makefile \ ! src/testdrivers/exf1/include/Makefile, [ chmod +x debian/rules ] ) ! |