From bda9d4b347e11dcc9d6a594589648d106b8fc6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 18 Jul 2023 14:06:41 -0400 Subject: [PATCH] pkgconfig: link library Change-Id: Ie1987ef0c2794af0f094627b701643cb5f1c2421 --- dhtnet.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dhtnet.pc.in b/dhtnet.pc.in index efe9236..9ea2f2f 100644 --- a/dhtnet.pc.in +++ b/dhtnet.pc.in @@ -5,6 +5,7 @@ includedir=@includedir@ Name: dhtnet Description: C++ peer to peer networking library Version: @VERSION@ +Libs: -L${libdir} -ldhtnet Requires: opendht >= 2.6 Requires.private: libpjproject Cflags: -I${includedir} -- GitLab