Add basic support for DS-Lite CE (VPP-1059)
[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/nat_reass.c                         \
26         nat/nat_dpo.c                       \
27         nat/nat64.c                             \
28         nat/nat64_cli.c                         \
29         nat/nat64_in2out.c                      \
30         nat/nat64_out2in.c                      \
31         nat/nat64_db.c                          \
32         nat/dslite_dpo.c                        \
33         nat/dslite.c                            \
34         nat/dslite_in2out.c                     \
35         nat/dslite_out2in.c                     \
36         nat/dslite_cli.c                        \
37         nat/dslite_ce_encap.c                   \
38         nat/dslite_ce_decap.c
39
40 API_FILES += nat/nat.api
41
42 nobase_apiinclude_HEADERS +=            \
43   nat/nat_all_api_h.h                   \
44   nat/nat_msg_enum.h                    \
45   nat/nat.api.h
46
47 nat_test_plugin_la_SOURCES = \
48   nat/nat_test.c nat/nat_plugin.api.h
49
50 # vi:syntax=automake