diff options
author | Ole Troan <ot@cisco.com> | 2019-10-02 16:53:58 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-10-03 12:38:46 +0000 |
commit | 25fe57821b1d6549ac58961e942d4f74494d5555 (patch) | |
tree | e990a04b2af75bfb5f0e0d89c0ca50537e981fd2 /src/plugins/pppoe/CMakeLists.txt | |
parent | 7ff64fb97541c769ba423e53166d80b9eef25279 (diff) |
pppoe: remove api boilerplate
Type: refactor
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I42705c508e88dae40a4c19ab20a1340623a57e16
Diffstat (limited to 'src/plugins/pppoe/CMakeLists.txt')
-rw-r--r-- | src/plugins/pppoe/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/pppoe/CMakeLists.txt b/src/plugins/pppoe/CMakeLists.txt index 33f9b57230b..4da57a616e3 100644 --- a/src/plugins/pppoe/CMakeLists.txt +++ b/src/plugins/pppoe/CMakeLists.txt @@ -26,10 +26,6 @@ add_vpp_plugin(pppoe API_FILES pppoe.api - INSTALL_HEADERS - pppoe_all_api_h.h - pppoe_msg_enum.h - API_TEST_SOURCES pppoe_test.c ) |