[svn-r12431] Purpose:

Configuration feature

Description:
'make install' now tests both static and shared libraries if both are installed.

Solution:
Previously, shared libraries were only tested when static libraries were not installed.
Also cleaned up line in commence.am that was including HL library in all Makefiles.

Platforms tested:
mir (Makefile change only)
This commit is contained in:
James Laird
2006-06-21 18:15:08 -05:00
parent b4e2d8d79a
commit 64b5d95251
62 changed files with 339 additions and 680 deletions

View File

@@ -20,7 +20,7 @@
include $(top_srcdir)/config/commence.am
# Include src and tools/lib directories
INCLUDES+=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/tools/lib
# Always build and test h5diff but build and test ph5diff only if parallel
# is enabled.