X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fpppoe%2FCMakeLists.txt;h=90599688fedb83b9c54eeadd2e277e5690af8430;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=fca210211dbc02f706ce51bb6401bf88ff334058;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/pppoe/CMakeLists.txt b/src/plugins/pppoe/CMakeLists.txt index fca210211db..90599688fed 100644 --- a/src/plugins/pppoe/CMakeLists.txt +++ b/src/plugins/pppoe/CMakeLists.txt @@ -11,16 +11,19 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(pppoe_plugin - pppoe.api +add_vpp_plugin(pppoe + SOURCES pppoe_api.c pppoe.c pppoe_cp.c pppoe_cp_node.c pppoe_decap.c + + API_FILES + pppoe.api ) -add_vpp_api_test_plugin(pppoe_test_plugin +add_vpp_api_test_plugin(pppoe_test pppoe.api pppoe_test.c )