]> granicus.if.org Git - libnl/blobdiff - Makefile.am
libnl-3.5.0 release
[libnl] / Makefile.am
index a698e73d4211c70562b451bb0d09a1876329b046..b2e87379ca1f51fa6bc68bfbb47af11fa36584f5 100644 (file)
@@ -166,6 +166,7 @@ libnlinclude_netlink_route_link_HEADERS = \
        include/netlink/route/link/vlan.h \
        include/netlink/route/link/vrf.h \
        include/netlink/route/link/vxlan.h \
+       include/netlink/route/link/xfrmi.h \
        $(NULL)
 libnlinclude_netlink_route_qdiscdir = $(libnlincludedir)/netlink/route/qdisc
 libnlinclude_netlink_route_qdisc_HEADERS = \
@@ -229,7 +230,6 @@ noinst_HEADERS = \
        include/linux-private/linux/in6.h \
        include/linux-private/linux/inet_diag.h \
        include/linux-private/linux/ip.h \
-       include/linux-private/linux/ip_mp_alg.h \
        include/linux-private/linux/ipv6.h \
        include/linux-private/linux/libc-compat.h \
        include/linux-private/linux/lwtunnel.h \
@@ -413,6 +413,7 @@ lib_libnl_route_3_la_SOURCES = \
        lib/route/link/vlan.c \
        lib/route/link/vrf.c \
        lib/route/link/vxlan.c \
+       lib/route/link/xfrmi.c \
        lib/route/neigh.c \
        lib/route/neightbl.c \
        lib/route/netconf.c \
@@ -853,6 +854,7 @@ check_PROGRAMS += \
        tests/test-create-vlan \
        tests/test-create-vrf \
        tests/test-create-vxlan \
+       tests/test-create-xfrmi \
        tests/test-delete-link \
        tests/test-loopback-up-down \
        tests/test-socket-creation \
@@ -897,6 +899,8 @@ tests_test_create_vrf_CPPFLAGS                    = $(tests_cppflags)
 tests_test_create_vrf_LDADD                       = $(tests_ldadd)
 tests_test_create_vxlan_CPPFLAGS                  = $(tests_cppflags)
 tests_test_create_vxlan_LDADD                     = $(tests_ldadd)
+tests_test_create_xfrmi_CPPFLAGS                  = $(tests_cppflags)
+tests_test_create_xfrmi_LDADD                     = $(tests_ldadd)
 tests_test_delete_link_CPPFLAGS                   = $(tests_cppflags)
 tests_test_delete_link_LDADD                      = $(tests_ldadd)
 tests_test_loopback_up_down_CPPFLAGS              = $(tests_cppflags)