git://git.onelab.eu
/
sliver-openvswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
048d68d
)
Fix "make dist" by distributing some more files.
author
Ben Pfaff
<blp@nicira.com>
Tue, 3 Jun 2008 00:03:29 +0000
(17:03 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 3 Jun 2008 00:03:45 +0000
(17:03 -0700)
datapath/Makefile.am
patch
|
blob
|
history
datapath/Modules.mk
patch
|
blob
|
history
diff --git
a/datapath/Makefile.am
b/datapath/Makefile.am
index
12bec60
..
2e784f0
100644
(file)
--- a/
datapath/Makefile.am
+++ b/
datapath/Makefile.am
@@
-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
diff --git
a/datapath/Modules.mk
b/datapath/Modules.mk
index
02970d9
..
6c0509c
100644
(file)
--- 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 \