summaryrefslogtreecommitdiff
path: root/expat/expat.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'expat/expat.pc.in')
-rw-r--r--expat/expat.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat/expat.pc.in b/expat/expat.pc.in
index 3cd2e765..3a1a4609 100644
--- a/expat/expat.pc.in
+++ b/expat/expat.pc.in
@@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: @_EXPAT_LIBRARY_NAME@
+Name: @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Description: expat XML parser
URL: https://libexpat.github.io/
-Libs: -L${libdir} -l@_EXPAT_LIBRARY_NAME@
+Libs: -L${libdir} -l@PACKAGE_NAME@
Cflags: -I${includedir}