X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fautomake.mk;h=8c97100c76f695e14008de8de5796f9a0d85943b;hb=e5b6e3ae0aa0f2bc9d7b5268822613bc228de3ac;hp=878afe8478a9424734e39996e5ed454c3786f7ba;hpb=f4ac3fc104d83edce7d3f2410a7b02cb56dd0ac2;p=sliver-openvswitch.git diff --git a/lib/automake.mk b/lib/automake.mk index 878afe847..8c97100c7 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -200,6 +200,7 @@ lib_libopenvswitch_a_SOURCES += \ lib/dpif-linux.c \ lib/dpif-linux.h \ lib/netdev-linux.c \ + lib/netdev-linux.h \ lib/netdev-vport.c \ lib/netdev-vport.h \ lib/netlink-protocol.h \ @@ -223,6 +224,8 @@ lib/dhparams.c: lib/dh1024.pem lib/dh2048.pem lib/dh4096.pem openssl dhparam -C -in $(srcdir)/lib/dh4096.pem -noout) \ | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp mv lib/dhparams.c.tmp lib/dhparams.c +else +lib_libopenvswitch_a_SOURCES += lib/stream-nossl.c endif EXTRA_DIST += \