Commit d6eaa410 authored by Ilya Lipnitskiy's avatar Ilya Lipnitskiy

libprotobuf-c.pc.in: Add URL, use standard macros

PACKAGE_DESCRIPTION is defined in configure.ac. PACKAGE_NAME,
PACKAGE_VERSION, and PACKAGE_URL come from AC_INIT.

This change will ensure that libprotobuf-c.pc.in could also be used by
CMake.
parent 39cd58f5
......@@ -4,9 +4,10 @@ libdir=@libdir@
includedir=@includedir@
bindir=@bindir@
Name: libprotobuf-c
Description: Protocol Buffers C library
Version: @VERSION@
Name: @PACKAGE_NAME@
Description: @PACKAGE_DESCRIPTION@
Version: @PACKAGE_VERSION@
URL: @PACKAGE_URL@
Libs: -L${libdir} -lprotobuf-c
Libs.private:
Cflags: -I${includedir}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment