[cig-commits] r13617 - cs/cigma/trunk

luis at geodynamics.org luis at geodynamics.org
Tue Dec 9 18:16:12 PST 2008


Author: luis
Date: 2008-12-09 18:16:11 -0800 (Tue, 09 Dec 2008)
New Revision: 13617

Modified:
   cs/cigma/trunk/Makefile.am
Log:
Updated flags for h5attr program (nonstandard HDF5 prefix)

Modified: cs/cigma/trunk/Makefile.am
===================================================================
--- cs/cigma/trunk/Makefile.am	2008-12-10 02:16:09 UTC (rev 13616)
+++ cs/cigma/trunk/Makefile.am	2008-12-10 02:16:11 UTC (rev 13617)
@@ -246,6 +246,7 @@
 h5attr_CPPFLAGS =
 h5attr_CPPFLAGS += $(LOGGER_FLAGS)
 h5attr_CPPFLAGS += $(BOOST_CPPFLAGS)
+h5attr_CPPFLAGS += $(HDF5_INCLUDES)
 
 h5attr_LDADD =
 h5attr_LDADD += $(HDF5_LIBS)
@@ -254,6 +255,7 @@
 h5attr_LDFLAGS += $(BOOST_SYSTEM_LIB)
 h5attr_LDFLAGS += $(BOOST_FILESYSTEM_LIB)
 h5attr_LDFLAGS += $(BOOST_PROGRAM_OPTIONS_LIB)
+h5attr_LDFLAGS += $(HDF5_LDFLAGS)
 
 h5attr_SOURCES = \
 	src/tri_logger.hpp \



More information about the CIG-COMMITS mailing list