X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=3fb10a065e60fb2dbe6406839bd40059f69cab2d;hb=954fde3f2e68ba41f2f32faf5dbd900ce1b699a5;hp=8eb4e9107bd3fcf072dd7ff8fad91118bc3927a6;hpb=3544358aa5960b148bc31435a0062e9392530ec2;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 8eb4e910..3fb10a06 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -43,8 +43,12 @@ openvswitch_headers = \ vport-internal_dev.h \ vport-netdev.h +openvswitch_extras = \ + CAPWAP.txt + dist_sources = $(foreach module,$(dist_modules),$($(module)_sources)) dist_headers = $(foreach module,$(dist_modules),$($(module)_headers)) +dist_extras = $(foreach module,$(dist_modules),$($(module)_extras)) build_sources = $(foreach module,$(build_modules),$($(module)_sources)) build_headers = $(foreach module,$(build_modules),$($(module)_headers)) build_links = $(notdir $(build_sources))