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:
Todd A Ouska
2011-08-24 15:54:58 -07:00
parent e11fd002ce
commit 5d49bf7cb0
146 changed files with 1200 additions and 854 deletions

8
support/include.am Normal file
View 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
View 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}