NAT44: interface output feature and service host direct access (VPP-1176)
[vpp.git] / src / vnet.am
index a5fb061..3e1bdd6 100644 (file)
@@ -542,6 +542,7 @@ API_FILES += vnet/udp/udp.api
 # Layer 4 protocol: sctp
 ########################################
 libvnet_la_SOURCES +=                          \
+  vnet/sctp/sctp_api.c                         \
   vnet/sctp/sctp.c                             \
   vnet/sctp/sctp_pg.c                          \
   vnet/sctp/sctp_input.c                       \
@@ -552,7 +553,10 @@ nobase_include_HEADERS +=                  \
   vnet/sctp/sctp_error.def                     \
   vnet/sctp/sctp_packet.h                      \
   vnet/sctp/sctp_timer.h                       \
-  vnet/sctp/sctp.h
+  vnet/sctp/sctp.h                             \
+  vnet/sctp/sctp.api.h
+
+API_FILES += vnet/sctp/sctp.api
 
 ########################################
 # Tunnel protocol: gre
@@ -1236,6 +1240,13 @@ pcap2pg_SOURCES =                                \
 pcap2pg_LDFLAGS = -static
 pcap2pg_LDADD = libvnet.la libvppinfra.la -lpthread libvlibmemory.la -lm -ldl
 
-noinst_PROGRAMS += pcap2pg
+pcap2cinit_SOURCES =                           \
+  vnet/unix/pcap2cinit.c                       \
+  vnet/unix/pcap.h
+
+pcap2cinit_LDFLAGS = -static
+pcap2cinit_LDADD = libvnet.la libvppinfra.la -lpthread libvlibmemory.la -lm -ldl
+
+noinst_PROGRAMS += pcap2pg pcap2cinit
 
 # vi:syntax=automake