]> granicus.if.org Git - zfs/blob - lib/libunicode/Makefile.am
OpenZFS 9079 - race condition in starting and ending condensing thread for indirect...
[zfs] / lib / libunicode / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 VPATH = $(top_srcdir)/module/unicode
4
5 # Includes kernel code, generate warnings for large stack frames
6 AM_CFLAGS += $(FRAME_LARGER_THAN)
7
8 DEFAULT_INCLUDES += \
9         -I$(top_srcdir)/include \
10         -I$(top_srcdir)/lib/libspl/include
11
12 noinst_LTLIBRARIES = libunicode.la
13
14 USER_C =
15
16 KERNEL_C = \
17         u8_textprep.c \
18         uconv.c
19
20 nodist_libunicode_la_SOURCES = \
21         $(USER_C) \
22         $(KERNEL_C)
23
24 EXTRA_DIST = $(USER_C)