Reduce dbuf_find() lock contention
[zfs.git] / lib / libunicode / Makefile.am
blob5b12b3e916f3c569819281d53468a4969bc00703
1 include $(top_srcdir)/config/Rules.am
3 VPATH = $(top_srcdir)/module/unicode
5 # Includes kernel code, generate warnings for large stack frames
6 AM_CFLAGS += $(FRAME_LARGER_THAN)
8 # See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54020
9 AM_CFLAGS += -no-suppress
11 noinst_LTLIBRARIES = libunicode.la
13 KERNEL_C = \
14         u8_textprep.c \
15         uconv.c
17 nodist_libunicode_la_SOURCES = \
18         $(KERNEL_C)
20 include $(top_srcdir)/config/CppCheck.am