Skip to content
Snippets Groups Projects
Commit a807b0b7 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Fix pkg-config file for libknot

parent ff8a83ac
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,7 @@ Name: libknot
Description: Knot DNS library
URL: https://www.knot-dns.cz
Version: @PACKAGE_VERSION@
Requires: libknot-int = @PACKAGE_VERSION@, libdnssec = @PACKAGE_VERSION@
Requires.private: @liburcu_PKGCONFIG@
Libs: -L${libdir} -lknot -lknot-int -ldnssec
Libs.private: @liburcu_LIBS@
Requires.private: libdnssec = @PACKAGE_VERSION@, @liburcu_PKGCONFIG@
Libs: -L${libdir} -lknot
Libs.private: @liburcu_LIBS@ -ldnssec
Cflags: -I${includedir} @liburcu_CFLAGS@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment