From 0d5760232d566245ac266faad4ed1da12c086d1b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 2 Jun 2008 17:03:29 -0700 Subject: [PATCH] Fix "make dist" by distributing some more files. --- datapath/Makefile.am | 1 + datapath/Modules.mk | 1 + 2 files changed, 2 insertions(+) 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 \ -- 2.30.2