[strongSwan] autoconf option for installing Vici plugin header files

Harry Chan-Maestas harry.chan.maestas at gmail.com
Mon Sep 28 21:57:02 CEST 2015


Thank you very much for the advice.

Harry

On Mon, Sep 28, 2015 at 12:09 PM, Dmitry Shubin <shubin at rnd.stcnet.ru>
wrote:

> 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
>>
>
> _______________________________________________
> Users mailing list
> Users at lists.strongswan.org
> https://lists.strongswan.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strongswan.org/pipermail/users/attachments/20150928/ac0edfbf/attachment.html>


More information about the Users mailing list