Driver level time-based src mac filter
[vpp.git] / src / plugins / mactime.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 += mactime_test_plugin.la
16 vppplugins_LTLIBRARIES += mactime_plugin.la
17
18 mactime_plugin_la_SOURCES = \
19   mactime/node.c \
20   mactime/mactime.c \
21   mactime/mactime.h \
22   mactime/mactime_all_api_h.h \
23   mactime/mactime_msg_enum.h
24
25 API_FILES += mactime/mactime.api
26
27 nobase_apiinclude_HEADERS +=            \
28   mactime/mactime_all_api_h.h \
29   mactime/mactime_msg_enum.h \
30   mactime/mactime.api.h 
31
32 mactime_test_plugin_la_SOURCES = \
33   mactime/mactime_test.c \
34   mactime/mactime.api.h 
35
36 # vi:syntax=automake