]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libunicode/Makefile.am
OpenZFS restructuring - libspl
[FreeBSD/FreeBSD.git] / 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 noinst_LTLIBRARIES = libunicode.la
9
10 USER_C =
11
12 KERNEL_C = \
13         u8_textprep.c \
14         uconv.c
15
16 nodist_libunicode_la_SOURCES = \
17         $(USER_C) \
18         $(KERNEL_C)
19
20 EXTRA_DIST = $(USER_C)