[cig-commits] r15286 - short/3D/PyLith/trunk/templates/materials

brad at geodynamics.org brad at geodynamics.org
Mon Jun 15 16:55:15 PDT 2009


Author: brad
Date: 2009-06-15 16:55:15 -0700 (Mon, 15 Jun 2009)
New Revision: 15286

Modified:
   short/3D/PyLith/trunk/templates/materials/Makefile.am
Log:
Removed superfluous library from link.

Modified: short/3D/PyLith/trunk/templates/materials/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/templates/materials/Makefile.am	2009-06-15 23:40:01 UTC (rev 15285)
+++ short/3D/PyLith/trunk/templates/materials/Makefile.am	2009-06-15 23:55:15 UTC (rev 15286)
@@ -30,8 +30,7 @@
 libmaterialscontrib_la_LDFLAGS = $(AM_LDFLAGS)
 
 libmaterialscontrib_la_LIBADD = \
-	-lpylith \
-	-lproj
+	-lpylith
 if NO_UNDEFINED
 libmaterialscontrib_la_LIBADD += \
 	$(PYTHON_BLDLIBRARY) $(PYTHON_LIBS) $(PYTHON_SYSLIBS)



More information about the CIG-COMMITS mailing list