We were distributing lib/dirs.c, which doesn't make sense, but in any case
it created a race between "make" and "make dist" in updating lib/dirs.c,
which showed up in the Debian package build (which runs build-indep and
build-arch in parallel).
Also, clean lib/dhparams.c.
This should fix the failure seen in build openvswitch843.
lib/dhcp.c \
lib/dhcp.h \
lib/dhparams.h \
- lib/dirs.c \
lib/dirs.h \
lib/dynamic-string.c \
lib/dynamic-string.h \
lib/vlog.c \
lib/vlog.h \
lib/xtoxll.h
+nodist_lib_libopenvswitch_a_SOURCES = \
+ lib/dirs.c
+CLEANFILES += $(nodist_lib_libopenvswitch_a_SOURCES)
if HAVE_NETLINK
lib_libopenvswitch_a_SOURCES += \
if HAVE_OPENSSL
lib_libopenvswitch_a_SOURCES += \
lib/vconn-ssl.c
-nodist_lib_libopenvswitch_a_SOURCES = lib/dhparams.c
+nodist_lib_libopenvswitch_a_SOURCES += lib/dhparams.c
lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem
(echo '#include "lib/dhparams.h"' && \
openssl dhparam -C -in $(srcdir)/lib/dh1024.pem -noout && \
lib/vlog.man
-CLEANFILES += lib/dirs.c
lib/dirs.c: Makefile
($(ro_c) && \
echo 'const char ovs_pkgdatadir[] = "$(pkgdatadir)";' && \