]> granicus.if.org Git - zfs/blob - lib/libunicode/Makefile.am
Support parallel build trees (VPATH builds)
[zfs] / lib / libunicode / Makefile.am
1 include $(top_srcdir)/config/Rules.am
2
3 VPATH = $(top_srcdir)/module/unicode
4
5 AM_CFLAGS += $(DEBUG_STACKFLAGS) $(FRAME_LARGER_THAN)
6
7 DEFAULT_INCLUDES += \
8         -I$(top_srcdir)/include \
9         -I$(top_srcdir)/lib/libspl/include
10
11 noinst_LTLIBRARIES = libunicode.la
12
13 USER_C =
14
15 KERNEL_C = \
16         u8_textprep.c \
17         uconv.c
18
19 nodist_libunicode_la_SOURCES = \
20         $(USER_C) \
21         $(KERNEL_C)
22
23 EXTRA_DIST = $(USER_C)