diff options
Diffstat (limited to 'tre.pc.in')
-rw-r--r-- | tre.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tre.pc.in b/tre.pc.in new file mode 100644 index 0000000000000..fdc45fa6c4249 --- /dev/null +++ b/tre.pc.in @@ -0,0 +1,10 @@ +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@ |