From: <den...@us...> - 2009-12-28 16:08:37
|
Revision: 70 http://stdair.svn.sourceforge.net/stdair/?rev=70&view=rev Author: denis_arnaud Date: 2009-12-28 16:08:25 +0000 (Mon, 28 Dec 2009) Log Message: ----------- [Test] The ExtraCC library is now embedded within the project. Modified Paths: -------------- trunk/stdair/Makefile.am Added Paths: ----------- trunk/stdair/test/inheritance/ Removed Paths: ------------- trunk/stdair/test/stdair/inheritance/ Modified: trunk/stdair/Makefile.am =================================================================== --- trunk/stdair/Makefile.am 2009-12-28 15:49:16 UTC (rev 69) +++ trunk/stdair/Makefile.am 2009-12-28 16:08:25 UTC (rev 70) @@ -25,7 +25,7 @@ EXTRA_DIST = # Build in these directories: -SUBDIRS = stdair @PACKAGE@ $(HTML_DOC_DIR) $(TEST_DIR) +SUBDIRS = stdair @PACKAGE@ $(HTML_DOC_DIR) extracppunit $(TEST_DIR) # Configuration helpers This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |