X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fautomake.mk;h=c51d3ed8340d9ea7828eb2fcf44a81fc5f5a013a;hb=f9ef1c31cfcd2d9ded66588a11c59e29e5aaa2ca;hp=269ab897f817f3d8016ee09fff0076be8c5f5033;hpb=dc4762edd02693770d392b8f6495deb7e52635bf;p=openvswitch diff --git a/lib/automake.mk b/lib/automake.mk index 269ab897..c51d3ed8 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 @@ -184,6 +184,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 +195,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 +222,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 \