From: Ben Pfaff Date: Fri, 6 Nov 2009 23:28:59 +0000 (-0800) Subject: Don't try to distribute file that doesn't exist. X-Git-Tag: v1.0.0~259^2~514 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dd18a8a4e6a40cfc575248b86a47ce4071915040;p=sliver-openvswitch.git Don't try to distribute file that doesn't exist. lib/ovsdb-client.h was in my source tree at one point but was never checked in. Fixes "make dist". --- diff --git a/lib/automake.mk b/lib/automake.mk index 918e4bb42..7e70822af 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -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 \