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