summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2017-08-26 22:16:53 +0800
committerExplorer09 <explorer09@gmail.com>2017-08-27 00:18:32 +0800
commite199cb6bdf59e1513ac60132799c994bf28b283d (patch)
treeaad772ef58d6a5b0ff8751173c99cc9e9d237d03 /src
parent7e06407175ed235378624d8b75aa24179a27b876 (diff)
libfl.pc: Rewrite descriptions, remove unneeded Cflags.
There's no need to include any header when linking with `-lfl`.
Diffstat (limited to 'src')
-rw-r--r--src/libfl.pc.in4
1 files changed, 1 insertions, 3 deletions
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