11 lines
183 B
Text
11 lines
183 B
Text
|
# 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
|
||
|
|
||
|
|