X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_eal%2Fmeson.build;h=23ae03ad46c5aeb7448848fd33e26d249e805ecb;hp=1fc532139b16564911ce0270c761186af989dd1e;hb=9c1e0dc39a03c95447095241eaf3764d2e0dd003;hpb=df3ff6be2b33faea3edf3c112b9bdc5b74d6f684 diff --git a/lib/librte_eal/meson.build b/lib/librte_eal/meson.build index 1fc532139b..23ae03ad46 100644 --- a/lib/librte_eal/meson.build +++ b/lib/librte_eal/meson.build @@ -5,6 +5,8 @@ # have a straight list of headers and source files. # Initially pull in common settings eal_inc = [global_inc] +subdir('include') + subdir('common') # Now do OS/exec-env specific settings, including building kernel modules @@ -27,5 +29,5 @@ if cc.has_header('getopt.h') endif sources += env_sources objs = env_objs -headers = common_headers + env_headers +headers += env_headers includes += eal_inc