The header strcasecmp.h is a portability shim that was introduced in
cadb72d6157603338a990be4e27a599c7b96b214. However, no installed Graphviz headers
#include this header, so we do not need to install it. It is cleaner not to
clutter the shipped Graphviz include directory with an internal shim like this.
Note that there is no changelog entry for this change and this is not an API
break because there has not yet been a release since this header was added.
# Specify headers to be installed
install(
- FILES cgraph.h strcasecmp.h
+ FILES cgraph.h
DESTINATION ${HEADER_INSTALL_DIR}
)
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_srcdir)/lib/cdt
-pkginclude_HEADERS = cgraph.h strcasecmp.h
-noinst_HEADERS = agxbuf.h cghdr.h
+pkginclude_HEADERS = cgraph.h
+noinst_HEADERS = agxbuf.h cghdr.h strcasecmp.h
noinst_LTLIBRARIES = libcgraph_C.la
lib_LTLIBRARIES = libcgraph.la
pkgconfig_DATA = libcgraph.pc