X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=0279802e2bfa28efc889dc102da960727c8a9305;hb=b6466afa85a9960f9424089f41c1a6e14009c994;hp=232d45f66a6f52b7da890b11f7c8199fbb9d7d78;hpb=baa905d36b831881ceb20686f567dead3ec0bf14;p=sliver-openvswitch.git diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 232d45f66..0279802e2 100644 --- a/ofproto/automake.mk +++ b/ofproto/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009 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 @@ -7,23 +7,26 @@ noinst_LIBRARIES += ofproto/libofproto.a ofproto_libofproto_a_SOURCES = \ - ofproto/discovery.c \ - ofproto/discovery.h \ - ofproto/executer.c \ - ofproto/executer.h \ + ofproto/collectors.c \ + ofproto/collectors.h \ + ofproto/connmgr.c \ + ofproto/connmgr.h \ ofproto/fail-open.c \ ofproto/fail-open.h \ ofproto/in-band.c \ ofproto/in-band.h \ + ofproto/names.c \ ofproto/netflow.c \ ofproto/netflow.h \ ofproto/ofproto.c \ ofproto/ofproto.h \ + ofproto/ofproto-dpif.c \ + ofproto/ofproto-sflow.c \ + ofproto/ofproto-sflow.h \ ofproto/pktbuf.c \ ofproto/pktbuf.h \ ofproto/pinsched.c \ ofproto/pinsched.h \ - ofproto/status.c \ - ofproto/status.h + ofproto/private.h -include ofproto/commands/automake.mk +EXTRA_DIST += ofproto/ofproto-unixctl.man