diff options
author | Ben Pfaff <blp@nicira.com> | 2008-06-02 17:03:29 -0700 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2008-06-02 17:03:45 -0700 |
commit | 0d5760232d566245ac266faad4ed1da12c086d1b (patch) | |
tree | dc8e0fa91c691ca357416e12da572c112e38f213 /datapath/Modules.mk | |
parent | 048d68dcd53e1762bcb57560f2d0668b6edc725d (diff) | |
download | openvswitch-0d5760232d566245ac266faad4ed1da12c086d1b.tar.gz |
Fix "make dist" by distributing some more files.
Diffstat (limited to 'datapath/Modules.mk')
-rw-r--r-- | datapath/Modules.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 02970d942..6c0509c7a 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -19,6 +19,7 @@ openflow_headers = \ crc32.h \ datapath.h \ datapath_t.h \ + dp_dev.h \ flow.h \ forward.h \ snap.h \ |