forked from wolfSSL/wolfssl
autoconf, libversioning, .gitignore updated
This commit is contained in:
@ -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
10
support/wolfssl.pc
Normal 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}
|
Reference in New Issue
Block a user