]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Install libvici.h if --with-dev-headers is configured libvici-dev-header
authorTobias Brunner <tobias@strongswan.org>
Fri, 10 Jun 2016 12:14:26 +0000 (14:14 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 10 Jun 2016 16:46:18 +0000 (18:46 +0200)
src/libcharon/plugins/vici/Makefile.am

index ca9b4990621c674bcd6bbd429cb96b7970822790..7c7311095c0ed88bceeed9b98c5f5931df25489e 100644 (file)
@@ -40,7 +40,12 @@ libvici_la_SOURCES = \
        vici_message.c vici_message.h \
        vici_builder.c vici_builder.h \
        vici_cert_info.h vici_cert_info.c \
-       libvici.c libvici.h
+       libvici.c
+
+if USE_DEV_HEADERS
+vici_includedir = ${dev_headers}
+nobase_vici_include_HEADERS = libvici.h
+endif
 
 libvici_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la