X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FMakefile.am;h=1c9e53b9d9f73d14b7d407a5c00f33d7f84ca776;hb=003ce655b7116d18c86a74c50391e54990346931;hp=5c5bc217388c25bdf119d3f33ddf340d551ec9c6;hpb=e3438006d3fe940aa90496f8dfc590b6c21dd8c5;p=sliver-openvswitch.git diff --git a/datapath/Makefile.am b/datapath/Makefile.am index 5c5bc2173..1c9e53b9d 100644 --- a/datapath/Makefile.am +++ b/datapath/Makefile.am @@ -1,15 +1,15 @@ -SUBDIRS = +SUBDIRS = if LINUX_ENABLED -SUBDIRS += linux-2.6 +SUBDIRS += linux endif -EXTRA_DIST = $(dist_headers) $(dist_sources) +EXTRA_DIST = $(dist_headers) $(dist_sources) $(dist_extras) # Suppress warnings about GNU extensions in Modules.mk files. AUTOMAKE_OPTIONS = -Wno-portability include Modules.mk -include linux-2.6/Modules.mk +include linux/Modules.mk # The following is based on commands for the Automake "distdir" target. distfiles: Makefile