X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=9ba513acb9c86c6d12911b43015c8ee0303774dc;hb=6c88d577e83db12f73df12be8fc575419b011fda;hp=c617b19c51b3150e8685c4341597f11ac5e6b956;hpb=424d1282e138126ebb3f8efe805f2ec9702f7fa0;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index c617b19c..9ba513ac 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -1,3 +1,10 @@ +# Copyright (C) 2009 Nicira Networks, Inc. +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. This file is offered as-is, +# without warranty of any kind. + noinst_LIBRARIES += lib/libopenvswitch.a lib_libopenvswitch_a_SOURCES = \ @@ -14,7 +21,6 @@ lib_libopenvswitch_a_SOURCES = \ lib/compiler.h \ lib/coverage.c \ lib/coverage.h \ - lib/coverage-counters.c \ lib/coverage-counters.h \ lib/csum.c \ lib/csum.h \ @@ -26,6 +32,11 @@ lib_libopenvswitch_a_SOURCES = \ lib/dhcp.h \ lib/dhparams.h \ lib/dirs.h \ + lib/dpif-linux.c \ + lib/dpif-netdev.c \ + lib/dpif-provider.h \ + lib/dpif.c \ + lib/dpif.h \ lib/dynamic-string.c \ lib/dynamic-string.h \ lib/fatal-signal.c \ @@ -46,6 +57,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/list.h \ lib/mac-learning.c \ lib/mac-learning.h \ + lib/netdev-linux.c \ + lib/netdev-provider.h \ lib/netdev.c \ lib/netdev.h \ lib/odp-util.c \ @@ -54,6 +67,7 @@ lib_libopenvswitch_a_SOURCES = \ lib/ofp-print.h \ lib/ofpbuf.c \ lib/ofpbuf.h \ + lib/packets.c \ lib/packets.h \ lib/pcap.c \ lib/pcap.h \ @@ -69,6 +83,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/random.h \ lib/rconn.c \ lib/rconn.h \ + lib/rtnetlink.c \ + lib/rtnetlink.h \ lib/sat-math.h \ lib/sha1.c \ lib/sha1.h \ @@ -105,13 +121,12 @@ lib_libopenvswitch_a_SOURCES = \ lib/vlog.h \ lib/xtoxll.h nodist_lib_libopenvswitch_a_SOURCES = \ + lib/coverage-counters.c \ lib/dirs.c CLEANFILES += $(nodist_lib_libopenvswitch_a_SOURCES) if HAVE_NETLINK lib_libopenvswitch_a_SOURCES += \ - lib/dpif.c \ - lib/dpif.h \ lib/netlink-protocol.h \ lib/netlink.c \ lib/netlink.h @@ -141,6 +156,7 @@ EXTRA_DIST += \ lib/daemon.man \ lib/dpif.man \ lib/leak-checker.man \ + lib/vlog-unixctl.man \ lib/vlog.man @@ -165,17 +181,19 @@ COVERAGE_FILES = \ lib/hmap.c \ lib/mac-learning.c \ lib/netdev.c \ + lib/netdev-linux.c \ lib/netlink.c \ lib/odp-util.c \ lib/poll-loop.c \ lib/process.c \ lib/rconn.c \ + lib/rtnetlink.c \ lib/timeval.c \ lib/unixctl.c \ lib/util.c \ lib/vconn.c \ - secchan/ofproto.c \ - secchan/pktbuf.c \ + ofproto/ofproto.c \ + ofproto/pktbuf.c \ vswitchd/bridge.c \ vswitchd/mgmt.c \ vswitchd/ovs-brcompatd.c