Fix "make dist" by distributing some more files.
authorBen Pfaff <blp@nicira.com>
Tue, 3 Jun 2008 00:03:29 +0000 (17:03 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 3 Jun 2008 00:03:45 +0000 (17:03 -0700)
datapath/Makefile.am
datapath/Modules.mk

index 12bec60..2e784f0 100644 (file)
@@ -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
index 02970d9..6c0509c 100644 (file)
@@ -19,6 +19,7 @@ openflow_headers = \
        crc32.h \
        datapath.h \
        datapath_t.h \
+       dp_dev.h \
        flow.h \
        forward.h \
        snap.h \