6b75f3d265e29a73147762e9e0ab74deaa5411b4
[vpp.git] / src / plugins / snat.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 += snat_test_plugin.la
16 vppplugins_LTLIBRARIES += snat_plugin.la
17
18 snat_plugin_la_SOURCES = snat/snat.c            \
19         snat/snat_api.c                         \
20         snat/in2out.c                           \
21         snat/out2in.c                           \
22         snat/snat_plugin.api.h                  \
23         snat/snat_ipfix_logging.c               \
24         snat/snat_det.c                         \
25         snat/nat64.c                            \
26         snat/nat64_cli.c                        \
27         snat/nat64_in2out.c                     \
28         snat/nat64_out2in.c                     \
29         snat/nat64_db.c
30
31 API_FILES += snat/snat.api
32
33 nobase_apiinclude_HEADERS +=            \
34   snat/snat_all_api_h.h                 \
35   snat/snat_msg_enum.h                  \
36   snat/snat.api.h
37
38 snat_test_plugin_la_SOURCES = \
39   snat/snat_test.c snat/snat_plugin.api.h
40
41 # vi:syntax=automake