X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FMakefile.am;h=2e784f0a48bec6ce65f9bc3912990d133354ef53;hb=16e4361bd793727582aa98fc263a0dacc889014b;hp=f2cb4ecd546115288866f2665c0c830c87f0cd4c;hpb=93c6fe87d709f3d4657774a7a5a90aed76764e0a;p=sliver-openvswitch.git diff --git a/datapath/Makefile.am b/datapath/Makefile.am index f2cb4ecd5..2e784f0a4 100644 --- a/datapath/Makefile.am +++ b/datapath/Makefile.am @@ -7,6 +7,10 @@ SUBDIRS += linux-2.4 endif EXTRA_DIST = $(dist_headers) $(dist_sources) +EXTRA_DIST += hwtable-dummy/Modules.mk hwtable-dummy/hwtable-dummy.c + +# Suppress warnings about GNU extensions in Modules.mk files. +AUTOMAKE_OPTIONS = -Wno-portability include Modules.mk include linux-2.4/Modules.mk