<div dir="ltr"><div>Thank you very much for the advice.<br><br></div>Harry<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 28, 2015 at 12:09 PM, Dmitry Shubin <span dir="ltr"><<a href="mailto:shubin@rnd.stcnet.ru" target="_blank">shubin@rnd.stcnet.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Harry.<br>
<br>
The option you're looking for is<br>
<br>
./configure --with-dev-headers<br>
<br>
However, the vici header is not marked for installation for some reason. You need to add something like<br>
<br>
if USE_DEV_HEADERS<br>
vici_includedir = ${dev_headers}/vici<br>
nobase_vici_include_HEADERS = libvici.h<br>
endif<br>
<br>
to libcharon/plugins/vici/Makefile.am<div><div class="h5"><br>
<br>
<br>
On 2015-09-28 20:27, Harry Chan-Maestas wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi All,<br>
<br>
I am currently writing a test program to use Vici, and need to include<br>
the "libvici.h". Though, I am having problems finding the autoconf (or<br>
make) option for installing the header for vici (or any strongswan<br>
header files).<br>
<br>
Would someone be familier with the procedure or steps in the build<br>
process for installing the headers?<br>
<br>
Thank you,<br>
<br>
Harry<br>
<br></div></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.strongswan.org" target="_blank">Users@lists.strongswan.org</a><br>
<a href="https://lists.strongswan.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.strongswan.org/mailman/listinfo/users</a><br>
</blockquote>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.strongswan.org" target="_blank">Users@lists.strongswan.org</a><br>
<a href="https://lists.strongswan.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.strongswan.org/mailman/listinfo/users</a><br>
</blockquote></div><br></div>