X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Fl2e%2FCMakeLists.txt;h=27d5659722d744ece453613bdcf925ac358b9b40;hb=74449b8b68801e0938f528f19d69e75644cb2ee9;hp=ba9cc6a5cbd03bcc81017207ab6557d5caeb95c7;hpb=2bfdda76d8b1cffcd8e30ca6855f293b1b1953c5;p=vpp.git diff --git a/src/plugins/l2e/CMakeLists.txt b/src/plugins/l2e/CMakeLists.txt index ba9cc6a5cbd..27d5659722d 100644 --- a/src/plugins/l2e/CMakeLists.txt +++ b/src/plugins/l2e/CMakeLists.txt @@ -11,8 +11,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -add_vpp_plugin(l2e_plugin - l2e.api +add_vpp_plugin(l2e + SOURCES l2e_api.c l2e.c + + API_FILES + l2e.api )