Make dpif_close() accept a null pointer.
[sliver-openvswitch.git] / datapath / Modules.mk
index 516ebd9..cbb52df 100644 (file)
@@ -5,10 +5,14 @@ openflow_sources = \
        chain.c \
        crc32.c \
        datapath.c \
+       dp_act.c \
        dp_dev.c \
        dp_notify.c \
        flow.c \
        forward.c \
+       nx_act.c \
+       nx_act_snat.c \
+       nx_msg.c \
        table-hash.c \
        table-linear.c 
 
@@ -20,7 +24,10 @@ openflow_headers = \
        dp_dev.h \
        flow.h \
        forward.h \
-       snap.h \
+       dp_act.h \
+       nx_act.h \
+       nx_act_snat.h \
+       nx_msg.h \
        table.h 
 
 dist_sources = $(foreach module,$(dist_modules),$($(module)_sources))