X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=13d2d31b974567da6792bc2e16ad275c4f89e2b0;hb=c9b94429894d34fc84bd0db4f9805b5e59f7e454;hp=54078337bd1c8ddc2f5b7a6c69752cd12aea9847;hpb=d710edc4c21d06c195ffc499e99e3d13694d2d34;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 54078337b..13d2d31b9 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ AC_SEARCH_LIBS([pthread_sigmask], [pthread]) AC_FUNC_STRERROR_R OVS_CHECK_ESX +OVS_CHECK_WIN32 OVS_CHECK_COVERAGE OVS_CHECK_NDEBUG OVS_CHECK_NETLINK @@ -116,12 +117,12 @@ AC_ARG_VAR(KARCH, [Kernel Architecture String]) AC_SUBST(KARCH) OVS_CHECK_LINUX -AC_CONFIG_FILES([Makefile -datapath/Makefile -datapath/linux/Kbuild -datapath/linux/Makefile -datapath/linux/Makefile.main -tests/atlocal]) +AC_CONFIG_FILES(Makefile) +AC_CONFIG_FILES(datapath/Makefile) +AC_CONFIG_FILES(datapath/linux/Kbuild) +AC_CONFIG_FILES(datapath/linux/Makefile) +AC_CONFIG_FILES(datapath/linux/Makefile.main) +AC_CONFIG_FILES(tests/atlocal) dnl This makes sure that include/openflow gets created in the build directory. AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp])