Add missing header file to datapath/Modules.mk.
authorBen Pfaff <blp@nicira.com>
Fri, 31 Oct 2008 00:22:26 +0000 (17:22 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 31 Oct 2008 21:09:53 +0000 (14:09 -0700)
This fixes the generated Debian openflow-datapath-source package.

datapath/Modules.mk

index 054d352f160fec32b0a6a77e1416c5e5dcb56dc2..648e37f2550b5b133904e1dc4f7c224dd800e054 100644 (file)
@@ -24,6 +24,7 @@ openflow_headers = \
        dp_dev.h \
        flow.h \
        forward.h \
+       dp_act.h \
        nx_act.h \
        nx_act_snat.h \
        nx_msg.h \