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

leif at geodynamics.org leif at geodynamics.org
Wed Jun 20 00:45:48 PDT 2007


Author: leif
Date: 2007-06-20 00:45:48 -0700 (Wed, 20 Jun 2007)
New Revision: 7315

Modified:
   short/3D/PyLith/trunk/libsrc/Makefile.am
Log:
Link libpylith against PETSc libs.

Modified: short/3D/PyLith/trunk/libsrc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/Makefile.am	2007-06-20 02:33:38 UTC (rev 7314)
+++ short/3D/PyLith/trunk/libsrc/Makefile.am	2007-06-20 07:45:48 UTC (rev 7315)
@@ -86,6 +86,7 @@
 endif
 
 libpylith_la_LDFLAGS = -no-undefined
+libpylith_la_LIBADD = $(PETSC_LIB)
 
 INCLUDES = -I$(top_builddir)/include
 INCLUDES += $(PETSC_INCLUDE)



More information about the cig-commits mailing list