mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 22:29:21 -04:00
11 lines
247 B
PkgConfig
11 lines
247 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: TRE
|
|
Description: TRE regexp matching library
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -ltre @LDFLAGS@ @LIBINTL@ @LIBS@
|
|
Cflags: -I${includedir} @CPPFLAGS@
|