opnsense-src/lib/libunicode/Makefile.am
Matt Macy 3b0ce0e28d Vendor import of openzfs master @ 184df27eef
Sponsored by:	iX Systems, Inc.
2020-08-24 22:48:19 +00:00

15 lines
299 B
Makefile

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)