[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:
@@ -20,7 +20,7 @@
|
||||
include $(top_srcdir)/config/commence.am
|
||||
|
||||
# Include src directory
|
||||
INCLUDES+=-I$(top_srcdir)/src -I$(top_srcdir)/hl/src
|
||||
INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/hl/src
|
||||
|
||||
# This is our main target
|
||||
lib_LTLIBRARIES=libhdf5_hl_cpp.la
|
||||
|
||||
Reference in New Issue
Block a user