[strongSwan] autoconf option for installing Vici plugin header files
Dmitry Shubin
shubin at rnd.stcnet.ru
Mon Sep 28 21:09:54 CEST 2015
Hi, Harry.
The option you're looking for is
./configure --with-dev-headers
However, the vici header is not marked for installation for some reason.
You need to add something like
if USE_DEV_HEADERS
vici_includedir = ${dev_headers}/vici
nobase_vici_include_HEADERS = libvici.h
endif
to libcharon/plugins/vici/Makefile.am
On 2015-09-28 20:27, Harry Chan-Maestas wrote:
> Hi All,
>
> I am currently writing a test program to use Vici, and need to include
> the "libvici.h". Though, I am having problems finding the autoconf (or
> make) option for installing the header for vici (or any strongswan
> header files).
>
> Would someone be familier with the procedure or steps in the build
> process for installing the headers?
>
> Thank you,
>
> Harry
>
> _______________________________________________
> Users mailing list
> Users at lists.strongswan.org
> https://lists.strongswan.org/mailman/listinfo/users
More information about the Users
mailing list