On donderdag 22 september 2011, Mike Alexander wrote: > Author: mta > Date: 2011-09-22 17:04:51 -0400 (Thu, 22 Sep 2011) > New Revision: 21302 > Trac: http://svn.gnucash.org/trac/changeset/21302 > > Modified: > gnucash/trunk/src/app-utils/Makefile.am > Log: > The build fails if python bindings are requested and parallel build is on. > The make file knows how to build libgncmod-app-utils.la but doesn't realize > that ${top_builddir}/src/app-utils/libgncmod-app-utils.la is the same > file. > > Modified: gnucash/trunk/src/app-utils/Makefile.am > =================================================================== > --- gnucash/trunk/src/app-utils/Makefile.am 2011-09-22 21:02:44 UTC (rev > 21301) +++ gnucash/trunk/src/app-utils/Makefile.am 2011-09-22 21:04:51 UTC > (rev 21302) @@ -129,7 +129,7 @@ > libgncmod_app_utils_python_la_LIBADD = \ > ${PYTHON_LIBS} \ > ${PYTHON_EXTRA_LIBS} \ > - ${top_builddir}/src/app-utils/libgncmod-app-utils.la > + libgncmod-app-utils.la > endif > > gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash > > _______________________________________________ > gnucash-changes mailing list > [email protected] > https://lists.gnucash.org/mailman/listinfo/gnucash-changes
Great ! This one has been bothering me for a while, but I didn't manage to fix it. Thanks a lot! Geert _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
