[MOAB-dev] r3351 - MOAB/trunk/mhdf
    kraftche at cae.wisc.edu 
    kraftche at cae.wisc.edu
       
    Mon Nov 16 14:59:08 CST 2009
    
    
  
Author: kraftche
Date: 2009-11-16 14:59:08 -0600 (Mon, 16 Nov 2009)
New Revision: 3351
Modified:
   MOAB/trunk/mhdf/Makefile.am
Log:
work around libtool bug
Modified: MOAB/trunk/mhdf/Makefile.am
===================================================================
--- MOAB/trunk/mhdf/Makefile.am	2009-11-16 15:56:07 UTC (rev 3350)
+++ MOAB/trunk/mhdf/Makefile.am	2009-11-16 20:59:08 UTC (rev 3351)
@@ -20,7 +20,7 @@
                      src/util.h
 
 h5minfo_SOURCES = include/mhdf.h example/info.c
-h5minfo_LDADD = libmhdf.la
+h5minfo_LDADD = libmhdf.la $(HDF5_LIBS)
 
 DEFS = -I$(srcdir)/include 
 
    
    
More information about the moab-dev
mailing list