2011-08-24 15:54:58 -07:00
|
|
|
# vim:ft=automake
|
|
|
|
|
# All paths should be given relative to the root
|
|
|
|
|
#
|
|
|
|
|
|
2024-06-08 16:39:53 -05:00
|
|
|
EXTRA_DIST += support/wolfssl.pc \
|
|
|
|
|
support/gen-debug-trace-error-codes.sh
|
2013-08-06 11:29:37 -07:00
|
|
|
|
2011-08-24 15:54:58 -07:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2014-12-31 14:06:01 -07:00
|
|
|
pkgconfig_DATA = support/wolfssl.pc
|