Global replace of Nicira Networks.
[sliver-openvswitch.git] / ofproto / automake.mk
1 # Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc.
2 #
3 # Copying and distribution of this file, with or without modification,
4 # are permitted in any medium without royalty provided the copyright
5 # notice and this notice are preserved.  This file is offered as-is,
6 # without warranty of any kind.
7
8 noinst_LIBRARIES += ofproto/libofproto.a
9 ofproto_libofproto_a_SOURCES = \
10         ofproto/collectors.c \
11         ofproto/collectors.h \
12         ofproto/connmgr.c \
13         ofproto/connmgr.h \
14         ofproto/fail-open.c \
15         ofproto/fail-open.h \
16         ofproto/in-band.c \
17         ofproto/in-band.h \
18         ofproto/names.c \
19         ofproto/netflow.c \
20         ofproto/netflow.h \
21         ofproto/ofproto.c \
22         ofproto/ofproto.h \
23         ofproto/ofproto-dpif.c \
24         ofproto/ofproto-dpif-governor.c \
25         ofproto/ofproto-dpif-governor.h \
26         ofproto/ofproto-dpif-sflow.c \
27         ofproto/ofproto-dpif-sflow.h \
28         ofproto/ofproto-provider.h \
29         ofproto/pktbuf.c \
30         ofproto/pktbuf.h \
31         ofproto/pinsched.c \
32         ofproto/pinsched.h
33
34 MAN_FRAGMENTS += ofproto/ofproto-unixctl.man