Merge branch 'master' into next
[sliver-openvswitch.git] / ofproto / automake.mk
1 # Copyright (C) 2009 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/discovery.c \
13         ofproto/discovery.h \
14         ofproto/fail-open.c \
15         ofproto/fail-open.h \
16         ofproto/in-band.c \
17         ofproto/in-band.h \
18         ofproto/netflow.c \
19         ofproto/netflow.h \
20         ofproto/ofproto.c \
21         ofproto/ofproto.h \
22         ofproto/ofproto-sflow.c \
23         ofproto/ofproto-sflow.h \
24         ofproto/pktbuf.c \
25         ofproto/pktbuf.h \
26         ofproto/pinsched.c \
27         ofproto/pinsched.h \
28         ofproto/status.c \
29         ofproto/status.h