GBP V2
[vpp.git] / src / plugins / gbp.am
1 # Copyright (c) 2016 Cisco Systems, Inc.
2 # Licensed under the Apache License, Version 2.0 (the "License");
3 # you may not use this file except in compliance with the License.
4 # You may obtain a copy of the License at:
5 #
6 #     http://www.apache.org/licenses/LICENSE-2.0
7 #
8 # Unless required by applicable law or agreed to in writing, software
9 # distributed under the License is distributed on an "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11 # See the License for the specific language governing permissions and
12 # limitations under the License.
13
14 vppplugins_LTLIBRARIES += gbp_plugin.la
15
16 gbp_plugin_la_SOURCES =                 \
17         gbp/gbp_subnet.c                \
18         gbp/gbp_contract.c              \
19         gbp/gbp_endpoint.c              \
20         gbp/gbp_endpoint_group.c        \
21         gbp/gbp_classify.c              \
22         gbp/gbp_recirc.c                \
23         gbp/gbp_policy.c                \
24         gbp/gbp_policy_dpo.c            \
25         gbp/gbp_fwd.c                   \
26         gbp/gbp_fwd_dpo.c               \
27         gbp/gbp_api.c
28
29 API_FILES += gbp/gbp.api
30
31 noinst_HEADERS +=               \
32         gbp/gbp.h               \
33         gbp/gbp_all_api_h.h     \
34         gbp/gbp_msg_enum.h      \
35         gbp/gbp.api.h
36
37 # vi:syntax=automake