diff options
Diffstat (limited to 'src/plugins/l2e/CMakeLists.txt')
-rw-r--r-- | src/plugins/l2e/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
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 ) |