diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-05-19 11:10:20 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-05-19 11:10:20 +0200 |
commit | 863d07ef48b5b4f6d2e206e37bece4656c44ef92 (patch) | |
tree | f8047831c8e56789fd406961756a5a80ad07cb0e /lib/gnutls.pc.in | |
parent | e24ccb37eb21499e83986b9eb6f2cdda4facd31f (diff) | |
download | gnutls-863d07ef48b5b4f6d2e206e37bece4656c44ef92.tar.gz |
removed undefined variable
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 2e610aa074..7305fb127e 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.gnutls.org/ Version: @VERSION@ Libs: -L${libdir} -lgnutls -Libs.private: @LTLIBNETTLE@ @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @LIB_CLOCK_GETTIME@ +Libs.private: @LTLIBNETTLE@ @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir} |