Don't try to distribute file that doesn't exist.
authorBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 23:28:59 +0000 (15:28 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 6 Nov 2009 23:33:47 +0000 (15:33 -0800)
lib/ovsdb-client.h was in my source tree at one point but was never checked
in.

Fixes "make dist".

lib/automake.mk

index 918e4bb..7e70822 100644 (file)
@@ -77,7 +77,6 @@ lib_libopenvswitch_a_SOURCES = \
        lib/ofp-print.h \
        lib/ofpbuf.c \
        lib/ofpbuf.h \
-       lib/ovsdb-client.h \
        lib/ovsdb-data.c \
        lib/ovsdb-data.h \
        lib/ovsdb-error.c \