From: Ben Pfaff Date: Fri, 31 Oct 2008 00:22:26 +0000 (-0700) Subject: Add missing header file to datapath/Modules.mk. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1822e1ff849930ac4446294754e51118cb3b0b3;p=openvswitch Add missing header file to datapath/Modules.mk. This fixes the generated Debian openflow-datapath-source package. --- diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 054d352f..648e37f2 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -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 \