]> git.proxmox.com Git - ovs.git/blob - ofproto/automake.mk
Merge "master" branch into "db".
[ovs.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/executer.c \
15 ofproto/executer.h \
16 ofproto/fail-open.c \
17 ofproto/fail-open.h \
18 ofproto/in-band.c \
19 ofproto/in-band.h \
20 ofproto/netflow.c \
21 ofproto/netflow.h \
22 ofproto/ofproto.c \
23 ofproto/ofproto.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
30
31 include ofproto/commands/automake.mk