We are missing the *.c files from the ccan code base in the build.
As we currently don't use any function implemented in the *.c files
all just works.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
#
# Authors: Martin Belanger <Martin.Belanger@dell.com>
#
+
+sources += files([
+ 'ccan/list/list.c',
+ 'ccan/str/debug.c',
+ 'ccan/str/str.c',
+])
+
configurator = executable(
'configurator',
['tools/configurator/configurator.c'],
incdir = include_directories(['.', 'ccan', 'src'])
################################################################################
+sources = []
+subdir('ccan')
subdir('src')
subdir('pynvme')
subdir('test')
#
# Authors: Martin Belanger <Martin.Belanger@dell.com>
#
-sources = [
+sources += [
'nvme/cleanup.c',
'nvme/fabrics.c',
'nvme/filters.c',