Fix report_mount_progress never calling set_progress_header
[zfs.git] / lib / libunicode / Makefile.am
blobb82975f68efdb0950ffb28f532434f09c66e7dbf
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 noinst_LTLIBRARIES = libunicode.la
10 KERNEL_C = \
11         u8_textprep.c \
12         uconv.c
14 nodist_libunicode_la_SOURCES = \
15         $(KERNEL_C)
17 include $(top_srcdir)/config/CppCheck.am