VOM: Fix broken Makefile 55/10555/3
authorMohsin Kazmi <sykazmi@cisco.com>
Thu, 15 Feb 2018 10:42:30 +0000 (11:42 +0100)
committerNeale Ranns <nranns@cisco.com>
Thu, 15 Feb 2018 17:07:22 +0000 (17:07 +0000)
Typo mistake broken the makefile which results in missing
vom headers in system.

Change-Id: Ic2e5f742f0e38140559138b4aa7564f8c25b73e4
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
src/vpp-api/vom/Makefile.am

index 1d76c9d..45c2c1c 100644 (file)
@@ -166,7 +166,7 @@ GBP_INCLUDES +=                             \
        gbp_contract.hpp
 endif
 
-vominclude_INCLUDES =                  \
+vominclude_HEADERS =                   \
        arp_proxy_binding.hpp           \
        arp_proxy_config.hpp            \
        bridge_domain.hpp               \