Changes in uspace/lib/c/meson.build [10fc93c:694ca3d6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/meson.build
r10fc93c r694ca3d6 49 49 allow_shared = true 50 50 51 # FIXME: symlinks from uspace to kernel will break in future Meson version 52 # we should instead move the duplicated library parts into a shared location. 53 51 54 uspace_lib_devel_install_script_text += 'mkdir -p "${DESTDIR}include/libc"' 52 55 foreach idir : incdirs … … 63 66 'common/adt/hash_table.c', 64 67 'common/adt/odict.c', 68 'common/adt/prodcons.c', 65 69 'common/printf/printf_core.c', 66 70 'common/stdc/ctype.c', … … 75 79 76 80 'generic/libc.c', 77 'generic/adt/prodcons.c',78 81 'generic/as.c', 79 82 'generic/ddi.c', 80 83 'generic/perm.c', 81 84 'generic/capa.c', 85 'generic/clipboard.c', 82 86 'generic/config.c', 83 87 'generic/context.c', 88 'generic/corecfg.c', 84 89 'generic/device/clock_dev.c', 85 90 'generic/device/hw_res.c', … … 94 99 'generic/errno.c', 95 100 'generic/inttypes.c', 101 'generic/ipc_test.c', 96 102 'generic/loc.c', 97 103 'generic/string.c', … … 103 109 'generic/imath.c', 104 110 'generic/io/asprintf.c', 111 'generic/io/input.c', 105 112 'generic/io/io.c', 113 'generic/io/chargrid.c', 114 'generic/io/output.c', 106 115 'generic/io/printf.c', 107 116 'generic/io/log.c', … … 112 121 'generic/io/vprintf.c', 113 122 'generic/io/vsnprintf.c', 123 'generic/io/con_srv.c', 124 'generic/io/console.c', 114 125 'generic/io/table.c', 115 126 'generic/irq.c',
Note:
See TracChangeset
for help on using the changeset viewer.