b967a716c8b9cd1621ff0fc41cb9fe5198f614ae
[vpp.git] / src / plugins / nat.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 += nat_test_plugin.la
16 vppplugins_LTLIBRARIES += nat_plugin.la
17
18 nat_plugin_la_SOURCES = nat/nat.c               \
19         nat/nat_api.c                           \
20         nat/in2out.c                            \
21         nat/out2in.c                            \
22         nat/nat_plugin.api.h                    \
23         nat/nat_ipfix_logging.c                 \
24         nat/nat_det.c                           \
25         nat/nat64.c                             \
26         nat/nat64_cli.c                         \
27         nat/nat64_in2out.c                      \
28         nat/nat64_out2in.c                      \
29         nat/nat64_db.c
30
31 API_FILES += nat/nat.api
32
33 nobase_apiinclude_HEADERS +=            \
34   nat/nat_all_api_h.h                   \
35   nat/nat_msg_enum.h                    \
36   nat/nat.api.h
37
38 nat_test_plugin_la_SOURCES = \
39   nat/nat_test.c nat/nat_plugin.api.h
40
41 # vi:syntax=automake