]> git.proxmox.com Git - ovs.git/blame - ofproto/automake.mk
ofproto: Break apart into generic and hardware-specific parts.
[ovs.git] / ofproto / automake.mk
CommitLineData
9b45d7f5 1# Copyright (C) 2009, 2010, 2011 Nicira Networks, Inc.
8cd4882f
BP
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
8noinst_LIBRARIES += ofproto/libofproto.a
9ofproto_libofproto_a_SOURCES = \
6bab3798
BP
10 ofproto/collectors.c \
11 ofproto/collectors.h \
19a87e36
BP
12 ofproto/connmgr.c \
13 ofproto/connmgr.h \
8cd4882f
BP
14 ofproto/fail-open.c \
15 ofproto/fail-open.h \
16 ofproto/in-band.c \
17 ofproto/in-band.h \
63d347ce 18 ofproto/names.c \
8cd4882f
BP
19 ofproto/netflow.c \
20 ofproto/netflow.h \
21 ofproto/ofproto.c \
22 ofproto/ofproto.h \
abe529af 23 ofproto/ofproto-dpif.c \
72b06300
BP
24 ofproto/ofproto-sflow.c \
25 ofproto/ofproto-sflow.h \
8cd4882f
BP
26 ofproto/pktbuf.c \
27 ofproto/pktbuf.h \
28 ofproto/pinsched.c \
d08a2e92
BP
29 ofproto/pinsched.h \
30 ofproto/private.h
7aa697dd
BP
31
32EXTRA_DIST += ofproto/ofproto-unixctl.man