Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
[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/discovery.c \
11         ofproto/discovery.h \
12         ofproto/executer.c \
13         ofproto/executer.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/pktbuf.c \
23         ofproto/pktbuf.h \
24         ofproto/pinsched.c \
25         ofproto/pinsched.h \
26         ofproto/status.c \
27         ofproto/status.h
28
29 include ofproto/commands/automake.mk