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@
|