autoconf, libversioning, .gitignore updated

This commit is contained in:
kaleb-himes
2014-12-31 14:06:01 -07:00
parent f81ee9e4d3
commit a50af85e95
8 changed files with 31 additions and 16 deletions

View File

@ -2,9 +2,9 @@
# All paths should be given relative to the root
#
EXTRA_DIST += support/cyassl.pc
EXTRA_DIST += support/wolfssl.pc
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = support/cyassl.pc
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: cyassl
Description: cyassl C library.
Version: 3.3.0
Libs: -L${libdir} -lcyassl
Cflags: -I${includedir}