]> granicus.if.org Git - flex/commitdiff
libfl.pc: Rewrite descriptions, remove unneeded Cflags.
authorExplorer09 <explorer09@gmail.com>
Sat, 26 Aug 2017 14:16:53 +0000 (22:16 +0800)
committerExplorer09 <explorer09@gmail.com>
Sat, 26 Aug 2017 16:18:32 +0000 (00:18 +0800)
There's no need to include any header when linking with `-lfl`.

src/libfl.pc.in

index 058c0890669e21be5a0f10e604fbf0f3a5445222..8d4240cf91d05f633377f42815ca38cec09fa4fc 100644 (file)
@@ -1,10 +1,8 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
-includedir=@includedir@
 
 Name: libfl
-Description: The fast lexical analyser
+Description: Flex (the fast lexical analyzer) support library
 Version: @PACKAGE_VERSION@
 Libs: -L${libdir} -lfl
-Cflags: -I${includedir}
\ No newline at end of file