]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_stack/meson.build
lib: clean up build files
[dpdk.git] / lib / librte_stack / meson.build
index 9ff33722b2ce45cfd45cef9a0e1e73d55c6fe4b1..2f53f49677499323799f1aa62ae7685443630029 100644 (file)
@@ -5,7 +5,8 @@ sources = files('rte_stack.c', 'rte_stack_std.c', 'rte_stack_lf.c')
 headers = files('rte_stack.h')
 # subheaders, not for direct inclusion by apps
 indirect_headers += files(
-               'rte_stack_std.h',
-               'rte_stack_lf.h',
-               'rte_stack_lf_generic.h',
-               'rte_stack_lf_c11.h')
+        'rte_stack_std.h',
+        'rte_stack_lf.h',
+        'rte_stack_lf_generic.h',
+        'rte_stack_lf_c11.h',
+)