From: Ben Pfaff Date: Tue, 3 Jun 2008 00:03:29 +0000 (-0700) Subject: Fix "make dist" by distributing some more files. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d5760232d566245ac266faad4ed1da12c086d1b;p=openvswitch Fix "make dist" by distributing some more files. --- diff --git a/datapath/Makefile.am b/datapath/Makefile.am index 12bec603..2e784f0a 100644 --- 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 02970d94..6c0509c7 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 \