aboutsummaryrefslogtreecommitdiff
path: root/lib/libunicode/Makefile.am
blob: fa9dd359d2ba1c9ca0f81b4bc3d2a4c2a563016d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/config/Rules.am

VPATH = $(top_srcdir)/module/unicode

# Includes kernel code, generate warnings for large stack frames
AM_CFLAGS += $(FRAME_LARGER_THAN)

noinst_LTLIBRARIES = libunicode.la

KERNEL_C = \
	u8_textprep.c \
	uconv.c

nodist_libunicode_la_SOURCES = \
	$(KERNEL_C)