eal/x86: fix pedantic build
[dpdk.git] / examples / l3fwd-power / meson.build
index f633a0f..a3c5c2f 100644 (file)
@@ -1,5 +1,5 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright(c) 2017 Intel Corporation
+# Copyright(c) 2018 Intel Corporation
 
 # meson file, for building this example as part of a main DPDK build.
 #
@@ -9,7 +9,8 @@
 if host_machine.system() != 'linux'
        build = false
 endif
+allow_experimental_apis = true
 deps += ['power', 'timer', 'lpm', 'hash']
 sources = files(
-       'main.c'
+       'main.c', 'perf_core.c'
 )