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 12bec60390752819ecd0c721369b80c8b6a56874..2e784f0a48bec6ce65f9bc3912990d133354ef53 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 02970d94245ef5f4bb7686f9f2e5993347d4743f..6c0509c7abf674208448a6dbc1055c3f989851d3 100644 (file)
@@ -19,6 +19,7 @@ openflow_headers = \
        crc32.h \
        datapath.h \
        datapath_t.h \
+       dp_dev.h \
        flow.h \
        forward.h \
        snap.h \