X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=ab889af17555ad35eed8329c4d8fd0a95a871682;hb=ddbfda846297ab9e89ed9c3f844a8eff86692275;hp=815355123a85eb8d3da8b84f8ff9bb2c6d26067e;hpb=63d347ce1bb0019713fcae184ac574335d717df0;p=openvswitch diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 81535512..ab889af1 100644 --- a/ofproto/automake.mk +++ b/ofproto/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc. +# Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -20,12 +20,15 @@ ofproto_libofproto_a_SOURCES = \ ofproto/netflow.h \ ofproto/ofproto.c \ ofproto/ofproto.h \ - ofproto/ofproto-sflow.c \ - ofproto/ofproto-sflow.h \ + ofproto/ofproto-dpif.c \ + ofproto/ofproto-dpif-governor.c \ + ofproto/ofproto-dpif-governor.h \ + ofproto/ofproto-dpif-sflow.c \ + ofproto/ofproto-dpif-sflow.h \ + ofproto/ofproto-provider.h \ ofproto/pktbuf.c \ ofproto/pktbuf.h \ ofproto/pinsched.c \ - ofproto/pinsched.h \ - ofproto/private.h + ofproto/pinsched.h -EXTRA_DIST += ofproto/ofproto-unixctl.man +MAN_FRAGMENTS += ofproto/ofproto-unixctl.man