## This file uses GNU make syntax $(shell ...) so we need to
## have "SystemRequirements: GNU make" in the DESCRIPTION file.
## See Rhtslib's vignette for details.

RHDF5LIB_LIBS=$(shell echo 'Rhdf5lib::pkgconfig("PKG_C_HL_LIBS")'|\
    "${R_HOME}/bin/R" --vanilla --slave)
PKG_LIBS=$(RHDF5LIB_LIBS)

