Revamp OpenFlow kernel module build system.
[sliver-openvswitch.git] / configure.ac
index 581157e..a5f5b3c 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT(openflow, v0.2.1, info@openflowswitch.org)
+AC_INIT(openflow, v0.2.2a5, info@openflowswitch.org)
 AM_INIT_AUTOMAKE
 
 AC_PROG_CC
@@ -88,9 +88,12 @@ controller/Makefile
 utilities/Makefile
 secchan/Makefile
 switch/Makefile
+tests/Makefile
 datapath/tests/Makefile
 third-party/Makefile
+datapath/linux-2.6/Kbuild
 datapath/linux-2.6/Makefile
+datapath/linux-2.6/Makefile.main
 datapath/linux-2.4/Makefile])
 
 AC_OUTPUT