netcdf-cxx4/netcdf-cxx4.pc.in
Justin Lecher 030c72b13c
Fix multilib and underlinking problems in pkg-config files
* Using @libdir@ instead of hardcoding .../lib allows mor flexibility for
  downstream projects
* Projects need to link against libnetcdf in addition

Signed-off-by: Justin Lecher <jlec@gentoo.org>
2014-01-01 18:22:05 +01:00

14 lines
267 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
ccompiler=@CC@
cppcompiler=@CXX@
Name: @PACKAGE@
Description: NetCDF C++ Client Library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} @NC_LIBS@
Cflags: -I${includedir}
Requires: netcdf