forked from wolfSSL/wolfssl
Brian Aker commits plus some minor changes like AM_CFLAGS getting AC_SUBST and --enable-xxx #ifdef to new header layout
This commit is contained in:
8
support/include.am
Normal file
8
support/include.am
Normal file
@@ -0,0 +1,8 @@
|
||||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
#
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = support/libcyassl.pc
|
||||
|
||||
|
10
support/libcyassl.pc.in
Normal file
10
support/libcyassl.pc.in
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
|
||||
Name: cyassl
|
||||
Description: cyassl C library.
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lcyassl
|
||||
Cflags: -I${includedir}
|
Reference in New Issue
Block a user