ovs-atomic: Factor type declarations out of most implementations.
[sliver-openvswitch.git] / lib / automake.mk
index b1688ef..f4aa9e3 100644 (file)
@@ -8,6 +8,11 @@
 lib_LTLIBRARIES += lib/libopenvswitch.la
 
 lib_libopenvswitch_la_LIBADD = $(SSL_LIBS)
+
+if WIN32
+lib_libopenvswitch_la_LIBADD += ${PTHREAD_LIBS}
+endif
+
 lib_libopenvswitch_la_LDFLAGS = -release $(VERSION)
 
 lib_libopenvswitch_la_SOURCES = \
@@ -139,6 +144,7 @@ lib_libopenvswitch_la_SOURCES = \
        lib/ovs-atomic-gcc4.7+.h \
        lib/ovs-atomic-pthreads.c \
        lib/ovs-atomic-pthreads.h \
+       lib/ovs-atomic-types.h \
        lib/ovs-atomic.h \
        lib/ovs-thread.c \
        lib/ovs-thread.h \
@@ -238,6 +244,7 @@ lib_libopenvswitch_la_SOURCES += \
        lib/getopt_long.c \
        lib/getrusage-windows.c \
        lib/latch-windows.c \
+       lib/route-table-stub.c \
        lib/stream-fd-windows.c
 else
 lib_libopenvswitch_la_SOURCES += \