cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

libthermal.pc.template (297B)


      1# SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
      2
      3prefix=@PREFIX@
      4libdir=@LIBDIR@
      5includedir=${prefix}/include
      6
      7Name: libthermal
      8Description: thermal library
      9Requires: libnl-3.0 libnl-genl-3.0
     10Version: @VERSION@
     11Libs: -L${libdir} -lnl-genl-3 -lnl-3
     12Cflags: -I${includedir} -I{include}/libnl3