[svn-r10076] Purpose:

Bug fix

Description:
c++/src directory was having trouble finding main HDF5 library.

Solution:
Replaced AM_CPPFLAGS with INCLUDES to include files in main src directory.

Platforms tested:
mir, modi4, verbena
This commit is contained in:
James Laird
2005-02-24 09:36:58 -05:00
parent 738eb4d830
commit 13bb955536
4 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
include $(top_srcdir)/config/commence.am
# Include src directory
AM_CPPFLAGS=-I$(top_srcdir)/src
INCLUDES=-I$(top_srcdir)/src
# This is our main target
lib_LTLIBRARIES=libhdf5_cpp.la