From: <den...@us...> - 2010-08-20 19:06:58
|
Revision: 277 http://stdair.svn.sourceforge.net/stdair/?rev=277&view=rev Author: denis_arnaud Date: 2010-08-20 19:06:52 +0000 (Fri, 20 Aug 2010) Log Message: ----------- [Dev] Changed the source reference for the (Autotools) configuration. Modified Paths: -------------- trunk/stdair/configure.ac Modified: trunk/stdair/configure.ac =================================================================== --- trunk/stdair/configure.ac 2010-08-20 17:46:36 UTC (rev 276) +++ trunk/stdair/configure.ac 2010-08-20 19:06:52 UTC (rev 277) @@ -4,7 +4,7 @@ AC_COPYRIGHT([Copyright (C) 2007-2010 Denis Arnaud <den...@us...>]) AC_INIT([STDAIR],[99.99.99],[den...@us...],[stdair]) AC_CONFIG_HEADER([stdair/config.h]) -AC_CONFIG_SRCDIR([stdair/bom/BomKey.hpp]) +AC_CONFIG_SRCDIR([stdair/bom/BomRoot.hpp]) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE AM_PATH_CPPUNIT(1.10) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |