[MOAB-dev] r3051 - MOAB/trunk/tools/iMesh/python
    jvporter at mcs.anl.gov 
    jvporter at mcs.anl.gov
       
    Wed Jul 22 12:35:39 CDT 2009
    
    
  
Author: jvporter
Date: 2009-07-22 12:35:39 -0500 (Wed, 22 Jul 2009)
New Revision: 3051
Modified:
   MOAB/trunk/tools/iMesh/python/Makefile.am
Log:
Remove "--install-lib" to allow Python to install its libs where they 
belong.
Modified: MOAB/trunk/tools/iMesh/python/Makefile.am
===================================================================
--- MOAB/trunk/tools/iMesh/python/Makefile.am	2009-07-22 17:29:11 UTC (rev 3050)
+++ MOAB/trunk/tools/iMesh/python/Makefile.am	2009-07-22 17:35:39 UTC (rev 3051)
@@ -4,7 +4,6 @@
 INSTALL_FLAGS = --skip-build \
                 --prefix="$(prefix)" \
                 --exec-prefix="$(exec_prefix)" \
-                --install-lib="$(libdir)" \
                 --install-headers="$(includedir)" \
                 --install-data="$(datadir)" \
                 --install-scripts="$(bindir)"
    
    
More information about the moab-dev
mailing list