X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=046b386985db51e6be8c8a9c9f89937c4c286c14;hb=347d48798f40f7e835082338e92eb2e5a21a39a2;hp=dde42e0c2b2276e4664e4cdcd86dbe91bea38a91;hpb=29d935d631c522c5e5915d6c0cb9a8af3a1f2390;p=openvswitch diff --git a/configure.ac b/configure.ac index dde42e0c..046b3869 100644 --- a/configure.ac +++ b/configure.ac @@ -90,13 +90,13 @@ OVS_ENABLE_SPARSE AC_ARG_VAR(KARCH, [Kernel Architecture String]) AC_SUBST(KARCH) -OVS_CHECK_LINUX26 +OVS_CHECK_LINUX AC_CONFIG_FILES([Makefile datapath/Makefile -datapath/linux-2.6/Kbuild -datapath/linux-2.6/Makefile -datapath/linux-2.6/Makefile.main +datapath/linux/Kbuild +datapath/linux/Makefile +datapath/linux/Makefile.main tests/atlocal]) dnl This makes sure that include/openflow gets created in the build directory.