X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=66307455462a5738370f89566b6073dbdb60466b;hb=f45ee2cd9a8cd2a4f2a60fd36da9f95775e2efa6;hp=232d45f66a6f52b7da890b11f7c8199fbb9d7d78;hpb=8398cf7efc3979cd6c8152915a584c13873ee322;p=openvswitch diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 232d45f6..66307455 100644 --- a/ofproto/automake.mk +++ b/ofproto/automake.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2009 Nicira Networks, Inc. +# Copyright (C) 2009, 2010 Nicira Networks, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright @@ -7,10 +7,10 @@ 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/fail-open.c \ ofproto/fail-open.h \ ofproto/in-band.c \ @@ -19,6 +19,8 @@ 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 \ @@ -26,4 +28,4 @@ ofproto_libofproto_a_SOURCES = \ ofproto/status.c \ ofproto/status.h -include ofproto/commands/automake.mk +EXTRA_DIST += ofproto/ofproto-unixctl.man