X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fioam.am;h=dd59736c02879a29f4c5f26e2e46ff13bd89e0f0;hb=22130e163ee2fc618b6681861ab9eafbc7ebf32d;hp=40bb8f5b66180900cf4c2566d2995c2356fb5123;hpb=3bde40778cc2bf5fab6b13d81eca0180f7d27af3;p=vpp.git diff --git a/src/plugins/ioam.am b/src/plugins/ioam.am index 40bb8f5b661..dd59736c028 100644 --- a/src/plugins/ioam.am +++ b/src/plugins/ioam.am @@ -70,7 +70,6 @@ IOAM_TRACE_SRC = \ ioam/lib-trace/trace_api.c IOAM_TRACE_NOINST_HDR = \ - ioam/export/ioam_export_all_api_h.h \ ioam/lib-trace/trace_all_api_h.h \ ioam/lib-trace/trace_msg_enum.h \ ioam/lib-trace/trace.api.h \ @@ -87,7 +86,8 @@ ioam_trace_test_plugin_la_SOURCES = \ vppapitestplugins_LTLIBRARIES += ioam_trace_test_plugin.la nobase_include_HEADERS += \ - ioam/lib-trace/trace_util.h + ioam/lib-trace/trace_util.h \ + ioam/export-common/ioam_export.h ######################################## # VxLAN-GPE @@ -106,7 +106,6 @@ IOAM_VXLAN_GPE_SRC = \ ioam/export-vxlan-gpe/vxlan_gpe_ioam_export_thread.c IOAM_VXLAN_GPE_NOINST_HDR = \ - ioam/export/ioam_export_all_api_h.h \ ioam/lib-vxlan-gpe/vxlan_gpe_all_api_h.h \ ioam/lib-vxlan-gpe/vxlan_gpe_msg_enum.h \ ioam/lib-vxlan-gpe/ioam_vxlan_gpe.api.h \ @@ -232,7 +231,7 @@ API_FILES += \ $(IOAM_IP6_MANYCAST_API) \ $(UDP_PING_API) -noinst_HEADERS += \ +nobase_apiinclude_HEADERS += \ $(IOAM_POT_NOINST_HDR) \ $(IOAM_EXPORT_NOINST_HDR) \ $(IOAM_TRACE_NOINST_HDR) \