X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautomake.mk;h=802cc9920a7236fcd7472e86dea291245bfa0028;hb=dc432c2e8159a406e0e45fae4ff49532191b9129;hp=269ab897f817f3d8016ee09fff0076be8c5f5033;hpb=dc4762edd02693770d392b8f6495deb7e52635bf;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 269ab897..802cc992 100644 --- a/lib/automake.mk +++ b/lib/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010 Nicira Networks, Inc. +# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -10,10 +10,14 @@ noinst_LIBRARIES += lib/libopenvswitch.a lib_libopenvswitch_a_SOURCES = \ lib/aes128.c \ lib/aes128.h \ + lib/autopath.c \ + lib/autopath.h \ lib/backtrace.c \ lib/backtrace.h \ lib/bitmap.c \ lib/bitmap.h \ + lib/bond.c \ + lib/bond.h \ lib/byte-order.h \ lib/byteq.c \ lib/byteq.h \ @@ -30,12 +34,9 @@ lib_libopenvswitch_a_SOURCES = \ lib/csum.h \ lib/daemon.c \ lib/daemon.h \ + lib/dhcp.h \ lib/dummy.c \ lib/dummy.h \ - lib/dhcp-client.c \ - lib/dhcp-client.h \ - lib/dhcp.c \ - lib/dhcp.h \ lib/dhparams.h \ lib/dirs.h \ lib/dpif-netdev.c \ @@ -58,6 +59,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/json.h \ lib/jsonrpc.c \ lib/jsonrpc.h \ + lib/lacp.c \ + lib/lacp.h \ lib/leak-checker.c \ lib/leak-checker.h \ lib/learning-switch.c \ @@ -127,6 +130,8 @@ lib_libopenvswitch_a_SOURCES = \ lib/socket-util.h \ lib/sort.c \ lib/sort.h \ + lib/sset.c \ + lib/sset.h \ lib/stream-fd.c \ lib/stream-fd.h \ lib/stream-provider.h \ @@ -137,11 +142,16 @@ lib_libopenvswitch_a_SOURCES = \ lib/stream.h \ lib/stress.c \ lib/stress.h \ + lib/string.c \ lib/string.h \ lib/svec.c \ lib/svec.h \ + lib/table.c \ + lib/table.h \ lib/tag.c \ lib/tag.h \ + lib/timer.c \ + lib/timer.h \ lib/timeval.c \ lib/timeval.h \ lib/type-props.h \ @@ -184,6 +194,7 @@ endif if HAVE_NETLINK lib_libopenvswitch_a_SOURCES += \ lib/dpif-linux.c \ + lib/dpif-linux.h \ lib/netdev-linux.c \ lib/netdev-vport.c \ lib/netdev-vport.h \ @@ -194,8 +205,8 @@ lib_libopenvswitch_a_SOURCES += \ lib/rtnetlink.h \ lib/rtnetlink-link.c \ lib/rtnetlink-link.h \ - lib/rtnetlink-route.c \ - lib/rtnetlink-route.h + lib/route-table.c \ + lib/route-table.h endif if HAVE_OPENSSL @@ -221,7 +232,6 @@ EXTRA_DIST += \ lib/common-syn.man \ lib/daemon.man \ lib/daemon-syn.man \ - lib/dpif.man \ lib/leak-checker.man \ lib/ssl-bootstrap.man \ lib/ssl-bootstrap-syn.man \ @@ -229,6 +239,7 @@ EXTRA_DIST += \ lib/ssl.man \ lib/ssl-syn.man \ lib/stress-unixctl.man \ + lib/table.man \ lib/unixctl.man \ lib/unixctl-syn.man \ lib/vconn-active.man \