r21302 - gnucash/trunk/src/app-utils - The build fails if python bindings are requested and parallel build is on.

Mike Alexander mta at code.gnucash.org
Thu Sep 22 17:04:51 EDT 2011


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



More information about the gnucash-changes mailing list