[cig-commits] r8193 - short/3D/PyLith/trunk/unittests/libtests/meshio

leif at geodynamics.org leif at geodynamics.org
Mon Oct 29 18:48:21 PDT 2007


Author: leif
Date: 2007-10-29 18:48:21 -0700 (Mon, 29 Oct 2007)
New Revision: 8193

Modified:
   short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
Log:
Use PYTHON_LA_LDFLAGS when linking against libpython using Libtool.


Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2007-10-29 16:31:18 UTC (rev 8192)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/Makefile.am	2007-10-30 01:48:21 UTC (rev 8193)
@@ -66,6 +66,9 @@
 	$(PETSC_SIEVE_FLAGS) $(PETSC_INCLUDE) \
 	-I$(PYTHON_INCDIR) $(PYTHON_EGG_CPPFLAGS)
 
+testmeshio_LDFLAGS = \
+	$(AM_LDFLAGS) $(PYTHON_LA_LDFLAGS)
+
 testmeshio_LDADD = \
 	-lcppunit -ldl \
 	$(top_builddir)/libsrc/libpylith.la \



More information about the cig-commits mailing list