Reorganize source tree to use single autotools instance
[vpp.git] / src / plugins / flowperpkt.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 vppplugins_LTLIBRARIES += flowperpkt_plugin.la
16 vppapitestplugins_LTLIBRARIES += flowperpkt_test_plugin.la
17
18 flowperpkt_plugin_la_SOURCES = flowperpkt/flowperpkt.c  \
19         flowperpkt/l2_node.c \
20         flowperpkt/node.c \
21         flowperpkt/flowperpkt_plugin.api.h
22
23 BUILT_SOURCES +=                                \
24         flowperpkt/flowperpkt.api.h             \
25         flowperpkt/flowperpkt.api.json
26
27 noinst_HEADERS +=                               \
28   flowperpkt/flowperpkt_all_api_h.h             \
29   flowperpkt/flowperpkt_msg_enum.h              \
30   flowperpkt/flowperpkt.api.h
31
32 flowperpkt_test_plugin_la_SOURCES = \
33   flowperpkt/flowperpkt_test.c                  \
34   flowperpkt/flowperpkt_plugin.api.h
35
36 API_FILES += flowperpkt/flowperpkt.api
37
38 # vi:syntax=automake