diff options
author | Martin Storsjo <martin@martin.st> | 2013-01-22 00:15:51 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-22 20:10:35 +0100 |
commit | de8a4fc45e487d765acdb3eef304443c7cc2c632 (patch) | |
tree | 486896038bf3550590957eb3aa9a64c7f550d7a4 /lib/gnutls.pc.in | |
parent | 2150ae8e9b153ce0fa0be8f62813d0e29ea490fe (diff) | |
download | gnutls-de8a4fc45e487d765acdb3eef304443c7cc2c632.tar.gz |
Update Libs.private with @LIB_CLOCK_GETTIME@ as well
This is required when linking as static libraries on linux, for
-lrt.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r-- | lib/gnutls.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index 3e29c5baa5..5e2ae11e50 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -19,6 +19,6 @@ Description: Transport Security Layer implementation for the GNU system URL: http://www.gnu.org/software/gnutls/ Version: @VERSION@ Libs: -L${libdir} -lgnutls -Libs.private: @LTLIBNETTLE@ @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ +Libs.private: @LTLIBNETTLE@ @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @LIB_CLOCK_GETTIME@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir} |