X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fioam.am;h=dd59736c02879a29f4c5f26e2e46ff13bd89e0f0;hb=cc4a5e8089967f0c266e9c5ed319c38c111004cd;hp=4ac69aacd538f636704f7df25864e7a32420e988;hpb=a14c16674023bd6672ca49e3551c707702711050;p=vpp.git diff --git a/src/plugins/ioam.am b/src/plugins/ioam.am index 4ac69aacd53..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 \ @@ -107,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 \ @@ -233,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) \