diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-11-21 09:56:39 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-11-21 09:56:39 +0100 |
commit | 4018301a59dc6f1cef1c046640f0f0e4a7839a3d (patch) | |
tree | 111b91a23e747bb2c9df60b0170914cbbd74dec3 /libHX.pc.in | |
parent | d391e80c7378e6604c8f84538f27df8b915ebd2a (diff) | |
parent | 45e1231149779c363c9abb78cc09e21d047c463f (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'libHX.pc.in')
-rw-r--r-- | libHX.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libHX.pc.in b/libHX.pc.in index 989adc3..1aca480 100644 --- a/libHX.pc.in +++ b/libHX.pc.in @@ -9,4 +9,4 @@ Description: Useful collection of routines for C and C++ programming Version: @PACKAGE_VERSION@ Cflags: -I${includedir} Libs: -L${libdir} -lHX -Libs.private: @libdl_LIBS@ @libpthread_LIBS@ @librt_LIBS@ +Libs.private: @libdl_LIBS@ @libpthread_LIBS@ @librt_LIBS@ @libsocket_LIBS@ |