X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fautomake.mk;h=18aa7e6c6c90a7c9b211989cd27263698cfd72e1;hb=101c55a1af7998a009a5c88c20e30837bc1a9765;hp=0c99b4907acd29c7ded4be5816664b40bbda5b7d;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=sliver-openvswitch.git diff --git a/ofproto/automake.mk b/ofproto/automake.mk index 0c99b4907..18aa7e6c6 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 \ @@ -24,6 +24,6 @@ ofproto_libofproto_a_SOURCES = \ ofproto/pktbuf.c \ ofproto/pktbuf.h \ ofproto/pinsched.c \ - ofproto/pinsched.h \ - ofproto/status.c \ - ofproto/status.h + ofproto/pinsched.h + +EXTRA_DIST += ofproto/ofproto-unixctl.man