diff options
Diffstat (limited to 'vnet/Makefile.am')
-rw-r--r-- | vnet/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/vnet/Makefile.am b/vnet/Makefile.am index dddcdbfed63..84ee79e9178 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -399,30 +399,6 @@ nobase_include_HEADERS += \ ######################################## -# NSH Map: nsh -######################################## - libvnet_la_SOURCES += \ - vnet/nsh/nsh.c - - nobase_include_HEADERS += \ - vnet/nsh/nsh_packet.h \ - vnet/nsh/nsh.h \ - vnet/nsh/nsh_error.def - - -######################################## -# Tunnel protocol: nsh-gre -######################################## - -# libvnet_la_SOURCES += \ -# vnet/nsh-gre/nsh_gre.c \ -# vnet/nsh-gre/encap.c \ -# vnet/nsh-gre/decap.c - -# nobase_include_HEADERS += \ -# vnet/nsh-gre/nsh_gre.h - -######################################## # Tunnel protocol: vxlan-gpe ######################################## |