meta-flow: Correctly set destination MAC in mf_set_flow_value().
[sliver-openvswitch.git] / ofproto / automake.mk
1 # Copyright (C) 2009, 2010, 2011 Nicira Networks, 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-sflow.c \
25         ofproto/ofproto-dpif-sflow.h \
26         ofproto/ofproto-provider.h \
27         ofproto/pktbuf.c \
28         ofproto/pktbuf.h \
29         ofproto/pinsched.c \
30         ofproto/pinsched.h
31
32 MAN_FRAGMENTS += ofproto/ofproto-unixctl.man