From: <pst...@us...> - 2013-10-09 19:56:37
|
Revision: 1030 http://sourceforge.net/p/jazzplusplus/code/1030 Author: pstieber Date: 2013-10-09 19:56:35 +0000 (Wed, 09 Oct 2013) Log Message: ----------- Added AUTOMAKE_OPTIONS = subdir-objects. Modified Paths: -------------- trunk/jazz/src/Makefile.am Modified: trunk/jazz/src/Makefile.am =================================================================== --- trunk/jazz/src/Makefile.am 2013-07-21 23:06:56 UTC (rev 1029) +++ trunk/jazz/src/Makefile.am 2013-10-09 19:56:35 UTC (rev 1030) @@ -1,4 +1,4 @@ -## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = HelpFiles This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |