mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
c982359460
Thus extracting the final shred of utility Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
8 lines
198 B
Makefile
8 lines
198 B
Makefile
libunicode_la_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS) $(LIBRARY_CFLAGS)
|
|
|
|
noinst_LTLIBRARIES += libunicode.la
|
|
|
|
nodist_libunicode_la_SOURCES = \
|
|
module/unicode/u8_textprep.c \
|
|
module/unicode/uconv.c
|