X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile.am;h=b71ca1fabc1dfcad09bb3adf3686234908de71c9;hb=3a14d239d785a251dc3a1070bf16445c51616833;hp=dafba2b52312d68132f660a4131fd41600b24737;hpb=85340733d77c62d5ee6d54fe439152ffbd12b74e;p=sliver-openvswitch.git diff --git a/Makefile.am b/Makefile.am index dafba2b52..b71ca1fab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -211,6 +211,11 @@ install-data-local: $(INSTALL_DATA_LOCAL) uninstall-local: $(UNINSTALL_LOCAL) .PHONY: $(DIST_HOOKS) $(CLEAN_LOCAL) $(INSTALL_DATA_LOCAL) $(UNINSTALL_LOCAL) +modules_install: +if LINUX_ENABLED + cd datapath/linux && $(MAKE) modules_install +endif + include lib/automake.mk include ofproto/automake.mk include utilities/automake.mk