# vim:ft=automake
# All paths should be given relative to the root
#

EXTRA_DIST += support/wolfssl.pc

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = support/wolfssl.pc
	     

