]> git.proxmox.com Git - mirror_zfs-debian.git/blame - lib/libunicode/Makefile.am
Merge branch 'upstream'
[mirror_zfs-debian.git] / lib / libunicode / Makefile.am
CommitLineData
c9c0d073
BB
1include $(top_srcdir)/config/Rules.am
2
23d56208
AX
3VPATH = $(top_srcdir)/module/unicode
4
c9c0d073
BB
5AM_CFLAGS += $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN)
6
7DEFAULT_INCLUDES += \
6283f55e
BB
8 -I$(top_srcdir)/include \
9 -I$(top_srcdir)/lib/libspl/include
c9c0d073 10
75056283 11noinst_LTLIBRARIES = libunicode.la
c9c0d073 12
23d56208
AX
13USER_C =
14
15KERNEL_C = \
16 u8_textprep.c \
17 uconv.c
18
19nodist_libunicode_la_SOURCES = \
20 $(USER_C) \
21 $(KERNEL_C)
22
23EXTRA_DIST = $(USER_C)