api acl: breakout acl_types.api for reuse by others
[vpp.git] / src / plugins / gtpu / CMakeLists.txt
index 2ad38eb..805b65f 100644 (file)
@@ -18,9 +18,17 @@ add_vpp_plugin(gtpu
   gtpu_decap.c
   gtpu_encap.c
 
+  MULTIARCH_SOURCES
+  gtpu_decap.c
+  gtpu_encap.c
+
   API_FILES
   gtpu.api
 
+  INSTALL_HEADERS
+  gtpu_all_api_h.h
+  gtpu_msg_enum.h
+
   API_TEST_SOURCES
   gtpu_test.c
 )