blob: 266235487a9c2d5605a19ef56a9673b720953b8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff --git a/libpqxx.pc.in b/libpqxx.pc.in
index eb7dcff4..8de4cdd8 100644
--- a/libpqxx.pc.in
+++ b/libpqxx.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: libpqxx
Description: C++ client API for the PostgreSQL database management system.
Version: @VERSION@
+Requires.private: libpq
Libs: -L${libdir} -lpqxx
Cflags: -I${includedir}
|