Imported Upstream version 3.10.2+dfsg

This commit is contained in:
Mario Fetka
2017-05-11 14:01:41 +02:00
commit 1893aafd38
715 changed files with 248801 additions and 0 deletions

10
support/include.am Normal file
View File

@@ -0,0 +1,10 @@
# vim:ft=automake
# All paths should be given relative to the root
#
EXTRA_DIST += support/wolfssl.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = support/wolfssl.pc

10
support/wolfssl.pc Normal file
View File

@@ -0,0 +1,10 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: wolfssl
Description: wolfssl C library.
Version: 3.10.2
Libs: -L${libdir} -lwolfssl
Cflags: -I${includedir}

10
support/wolfssl.pc.in Normal file
View File

@@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: wolfssl
Description: wolfssl C library.
Version: @VERSION@
Libs: -L${libdir} -lwolfssl
Cflags: -I${includedir}