X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=ab889af17555ad35eed8329c4d8fd0a95a871682;hb=71baec0655e41bb93f125d162bc62cc9da0be73b;hp=9ce40ab30e76b740135a64be0f9a0c607ae61fe7;hpb=bae473fea5404a5afd205c70689778386045ebab;p=openvswitch diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 9ce40ab3..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 @@ -21,12 +21,14 @@ ofproto_libofproto_a_SOURCES = \ ofproto/ofproto.c \ ofproto/ofproto.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