MAP: Move MAP-E/T to a plugin.
[vpp.git] / src / plugins / map.am
1
2 # Copyright (c) <current-year> <your-organization>
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 += map_test_plugin.la
16 vppplugins_LTLIBRARIES += map_plugin.la
17
18 map_plugin_la_SOURCES =                         \
19         map/ip4_map.c                           \
20         map/ip4_map_t.c                         \
21         map/ip6_map.c                           \
22         map/ip6_map_t.c                         \
23         map/map_api.c                           \
24         map/map.c                               \
25         map/map_dpo.c
26
27 API_FILES += map/map.api
28
29 nobase_apiinclude_HEADERS +=                    \
30         map/map_all_api_h.h                     \
31         map/map_msg_enum.h                      \
32         map/map.api.h                           \
33         map/map_dpo.h                           \
34         map/map.h
35
36 map_test_plugin_la_SOURCES =                    \
37         map/map_test.c
38
39 # vi:syntax=automake