X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=ef45e9f273ad189fb717d7bd05fd875ce644396c;hb=d08a2e920631099d68f4efd4e72f6c14987520ce;hp=0f05e53580cc52c222aebceb9767dfdbb75bdc1d;hpb=2280e7223cc5d014fe60ad3be45b8e4d9d401997;p=sliver-openvswitch.git diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 0f05e5358..ef45e9f27 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,8 +9,8 @@ noinst_LIBRARIES += ofproto/libofproto.a ofproto_libofproto_a_SOURCES = \ ofproto/collectors.c \ ofproto/collectors.h \ - ofproto/discovery.c \ - ofproto/discovery.h \ + ofproto/connmgr.c \ + ofproto/connmgr.h \ ofproto/fail-open.c \ ofproto/fail-open.h \ ofproto/in-band.c \ @@ -19,9 +19,12 @@ 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/private.h + +EXTRA_DIST += ofproto/ofproto-unixctl.man