Change the secchan "hook" mechanism to be easier to add new callbacks.
[sliver-openvswitch.git] / datapath / Makefile.am
index 12bec60..88e66c7 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = tests
+SUBDIRS = 
 if L26_ENABLED
 SUBDIRS += linux-2.6
 endif
@@ -7,6 +7,7 @@ SUBDIRS += linux-2.4
 endif
 
 EXTRA_DIST = $(dist_headers) $(dist_sources)
+EXTRA_DIST += hwtable_dummy/Modules.mk hwtable_dummy/hwtable_dummy.c
 
 # Suppress warnings about GNU extensions in Modules.mk files.
 AUTOMAKE_OPTIONS = -Wno-portability