X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=0a6beae9bcba98f71e3cb3250779ae6f8766b59e;hb=fe55ad159d8fd396a9e4914a03eea93d096d03b1;hp=c8b07c96fbf3c602536b49b7d6197520531831de;hpb=9467fe624698a9b72f81bb1ddfce33a5fc85281c;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index c8b07c96..0a6beae9 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -144,11 +144,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/uuid.h \ lib/valgrind.h \ lib/vconn-provider.h \ - lib/vconn-ssl.h \ lib/vconn-stream.c \ - lib/vconn-stream.h \ - lib/vconn-tcp.c \ - lib/vconn-unix.c \ lib/vconn.c \ lib/vconn.h \ lib/vlog-modules.def \ @@ -168,9 +164,7 @@ lib_libopenvswitch_a_SOURCES += \ endif if HAVE_OPENSSL -lib_libopenvswitch_a_SOURCES += \ - lib/stream-ssl.c \ - lib/vconn-ssl.c +lib_libopenvswitch_a_SOURCES += lib/stream-ssl.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"' && \