From 7e5cac6c4309d57b4a032a5fe1869d51653eb67e Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Thu, 8 Jan 2015 09:56:06 -0700 Subject: [PATCH] support dir update --- support/wolfssl.pc | 6 +++--- support/wolfssl.pc.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/support/wolfssl.pc b/support/wolfssl.pc index a5fb55761..8532cbed3 100644 --- a/support/wolfssl.pc +++ b/support/wolfssl.pc @@ -3,8 +3,8 @@ exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include -Name: cyassl -Description: cyassl C library. +Name: wolfssl +Description: wolfssl C library. Version: 3.3.0 -Libs: -L${libdir} -lcyassl +Libs: -L${libdir} -lwolfssl Cflags: -I${includedir} diff --git a/support/wolfssl.pc.in b/support/wolfssl.pc.in index ad469bc48..e8cb694fd 100644 --- a/support/wolfssl.pc.in +++ b/support/wolfssl.pc.in @@ -3,8 +3,8 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ -Name: cyassl -Description: cyassl C library. +Name: wolfssl +Description: wolfssl C library. Version: @VERSION@ -Libs: -L${libdir} -lcyassl +Libs: -L${libdir} -lwolfssl Cflags: -I${includedir}