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

leif at geodynamics.org leif at geodynamics.org
Wed Jun 20 01:39:40 PDT 2007


Author: leif
Date: 2007-06-20 01:39:40 -0700 (Wed, 20 Jun 2007)
New Revision: 7317

Modified:
   short/3D/PyLith/trunk/libsrc/Makefile.am
Log:
Link libpylith against Python libs.  My Pythonic 'journal'
implementation is probably to blame for this.


Modified: short/3D/PyLith/trunk/libsrc/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/libsrc/Makefile.am	2007-06-20 08:09:24 UTC (rev 7316)
+++ short/3D/PyLith/trunk/libsrc/Makefile.am	2007-06-20 08:39:40 UTC (rev 7317)
@@ -85,8 +85,10 @@
 	meshio/MeshIOCubit.cc
 endif
 
-libpylith_la_LDFLAGS = -no-undefined
-libpylith_la_LIBADD = $(PETSC_LIB)
+libpylith_la_LDFLAGS = -no-undefined $(PYTHON_LA_LDFLAGS)
+libpylith_la_LIBADD = \
+	$(PETSC_LIB) \
+	$(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)
 
 INCLUDES = -I$(top_builddir)/include
 INCLUDES += $(PETSC_INCLUDE)



More information about the cig-commits mailing list