9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
# vim:ft=automake
|
|
# All paths should be given relative to the root
|
|
#
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = support/libcyassl.pc
|
|
|
|
|