Revert "acl-plugin: improvement on 'show acl-plugin' CLI"
[vpp.git] / src / plugins / cdp.am
1
2 # Copyright (c) 2011-2018 Cisco and/or its affiliates
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at:
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 vppapitestplugins_LTLIBRARIES += cdp_test_plugin.la
16 vppplugins_LTLIBRARIES += cdp_plugin.la
17
18 cdp_plugin_la_SOURCES =                         \
19   cdp/cdp_all_api_h.h                           \
20   cdp/cdp.c                                     \
21   cdp/cdp.h                                     \
22   cdp/cdp_input.c                               \
23   cdp/cdp_msg_enum.h                            \
24   cdp/cdp_node.c                                \
25   cdp/cdp_periodic.c
26
27 API_FILES += cdp/cdp.api
28
29 nobase_apiinclude_HEADERS +=                    \
30   cdp/cdp_all_api_h.h                           \
31   cdp/cdp.api.h                                 \
32   cdp/cdp.h                                     \
33   cdp/cdp_msg_enum.h                            \
34   cdp/cdp_protocol.h
35
36 cdp_test_plugin_la_SOURCES =                    \
37   cdp/cdp_test.c                                \
38   cdp/cdp.api.h 
39
40 # vi:syntax=automake