Distribute some necessary files.
authorBen Pfaff <blp@nicira.com>
Thu, 20 May 2010 23:58:15 +0000 (16:58 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 20 May 2010 23:58:15 +0000 (16:58 -0700)
ofproto/automake.mk
tests/automake.mk

index 4adbdc7..73c2e83 100644 (file)
@@ -29,5 +29,6 @@ ofproto_libofproto_a_SOURCES = \
        ofproto/status.h \
        ofproto/wdp-provider.h \
        ofproto/wdp-xflow.c \
+       ofproto/wdp-xflow.h \
        ofproto/wdp.c \
        ofproto/wdp.h
index 639a23e..06e580c 100644 (file)
@@ -173,7 +173,8 @@ tests_test_aes128_LDADD = lib/libopenvswitch.a
 noinst_PROGRAMS += tests/test-classifier
 tests_test_classifier_SOURCES = \
        tests/test-classifier.c \
-       tests/test-command-line.c
+       tests/test-command-line.c \
+       tests/test-command-line.h
 tests_test_classifier_LDADD = lib/libopenvswitch.a
 
 noinst_PROGRAMS += tests/test-csum