X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=18aa7e6c6c90a7c9b211989cd27263698cfd72e1;hb=0b3769425ffdc935588254dae9a4c31788846e2f;hp=87a0fa68a152dbcc32a60a07a309220381a24a51;hpb=58fda1dab104041fc693032475ec4662c1a52849;p=openvswitch diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 87a0fa68..18aa7e6c 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 @@ -9,10 +9,8 @@ noinst_LIBRARIES += ofproto/libofproto.a ofproto_libofproto_a_SOURCES = \ ofproto/collectors.c \ ofproto/collectors.h \ - ofproto/discovery.c \ - ofproto/discovery.h \ - ofproto/executer.c \ - ofproto/executer.h \ + ofproto/connmgr.c \ + ofproto/connmgr.h \ ofproto/fail-open.c \ ofproto/fail-open.h \ ofproto/in-band.c \ @@ -21,11 +19,11 @@ ofproto_libofproto_a_SOURCES = \ ofproto/netflow.h \ ofproto/ofproto.c \ ofproto/ofproto.h \ + 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/pinsched.h -include ofproto/commands/automake.mk +EXTRA_DIST += ofproto/ofproto-unixctl.man