r21604 - gnucash/trunk/src/core-utils - Make parallel build work in core-utils with python bindings enabled.
Mike Alexander
mta at code.gnucash.org
Mon Nov 21 00:43:39 EST 2011
Author: mta
Date: 2011-11-21 00:43:38 -0500 (Mon, 21 Nov 2011)
New Revision: 21604
Trac: http://svn.gnucash.org/trac/changeset/21604
Modified:
gnucash/trunk/src/core-utils/Makefile.am
Log:
Make parallel build work in core-utils with python bindings enabled.
Modified: gnucash/trunk/src/core-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/core-utils/Makefile.am 2011-11-21 05:43:29 UTC (rev 21603)
+++ gnucash/trunk/src/core-utils/Makefile.am 2011-11-21 05:43:38 UTC (rev 21604)
@@ -77,7 +77,7 @@
libgnc_core_utils_python_la_LIBADD = \
${PYTHON_LIBS} \
- ${top_builddir}/src/core-utils/libgnc-core-utils.la
+ libgnc-core-utils.la
libgnc_core_utils_python_la_CPPFLAGS = \
${GLIB_CFLAGS} \
More information about the gnucash-changes
mailing list