X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fmeson.build;h=7712aa4977010572a9c72bef02ce930590f25975;hb=3bb3ebb51b789d4ecb417cbdb1dce5c7211f6f18;hp=d6492f7a091af4b4b90ade6118a0c1548d9b3c8d;hpb=e03d2c3c705e40281bda2f11a947f4d3d5e062e6;p=dpdk.git diff --git a/lib/meson.build b/lib/meson.build index d6492f7a09..7712aa4977 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -66,6 +66,7 @@ foreach l:libraries use_function_versioning = false sources = [] headers = [] + indirect_headers = [] # public headers not directly included by apps includes = [] cflags = default_cflags objs = [] # other object files to link against, used e.g. for @@ -101,9 +102,10 @@ foreach l:libraries set_variable(name.underscorify() + '_disable_reason', reason) else enabled_libs += name - dpdk_conf.set('RTE_LIBRTE_' + name.to_upper(), 1) #old macro - dpdk_conf.set('RTE_LIB_' + name.to_upper(), 1) # new macro + dpdk_conf.set('RTE_LIB_' + name.to_upper(), 1) install_headers(headers) + install_headers(indirect_headers) + dpdk_chkinc_headers += headers libname = 'rte_' + name includes += include_directories(dir_name)