[cig-commits] r7355 - short/3D/PyLith/trunk/libsrc

brad at geodynamics.org brad at geodynamics.org
Thu Jun 21 14:19:16 PDT 2007


Author: brad
Date: 2007-06-21 14:19:15 -0700 (Thu, 21 Jun 2007)
New Revision: 7355

Modified:
   short/3D/PyLith/trunk/libsrc/Makefile.am
Log:
Added missing -no-undefined that was clobbered in last push.

Modified: short/3D/PyLith/trunk/libsrc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/Makefile.am	2007-06-21 21:15:24 UTC (rev 7354)
+++ short/3D/PyLith/trunk/libsrc/Makefile.am	2007-06-21 21:19:15 UTC (rev 7355)
@@ -80,8 +80,8 @@
 	meshio/SolutionIOVTK.cc \
 	topology/FieldsManager.cc
 
-#libpylith_la_LDFLAGS = -no-undefined $(PYTHON_LA_LDFLAGS)
-libpylith_la_LDFLAGS = $(PYTHON_LA_LDFLAGS)
+#libpylith_la_LDFLAGS = $(PYTHON_LA_LDFLAGS)
+libpylith_la_LDFLAGS = -no-undefined $(PYTHON_LA_LDFLAGS)
 libpylith_la_LIBADD = \
 	-lspatialdata \
 	$(PETSC_LIB) \



More information about the cig-commits mailing list