From: Explorer09 Date: Sat, 26 Aug 2017 14:16:53 +0000 (+0800) Subject: libfl.pc: Rewrite descriptions, remove unneeded Cflags. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e199cb6bdf59e1513ac60132799c994bf28b283d;p=flex libfl.pc: Rewrite descriptions, remove unneeded Cflags. There's no need to include any header when linking with `-lfl`. --- diff --git a/src/libfl.pc.in b/src/libfl.pc.in index 058c089..8d4240c 100644 --- a/src/libfl.pc.in +++ b/src/libfl.pc.in @@ -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