Files
ChronoSync/ChronoSync.pc.in
T
Davide Pesavento c47774fd95 build: pass pkg_config_path to check_cfg() when looking for libndn-cxx
Instead of modifying os.environ.

This commit also updates some waf tools and fixes the value of
includedir in the generated .pc file.

Refs: #5042
Change-Id: Idf0481f36664cc085571265747a004655001c0ed
2019-11-10 18:39:08 -05:00

10 lines
184 B
Plaintext

prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: ChronoSync
Description: NDN ChronoSync library
Version: @VERSION@
Libs: -L${libdir} -lChronoSync
Cflags: -I${includedir}